AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 94


FILL BLANK

-

Examine the following recover flow taken from a Blue Prism Process:

The ‘Exception Detail’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Detail’ will output the current exception detail to the ‘Exception Detail’ data item.

What expression would you use in the ‘Save Exception Detail’ stage to achieve this?

Show Answer
Correct Answer:

To output the current exception detail to the 'Exception Detail' data item in Blue Prism, you would use the ExceptionDetail() function in the 'Save Exception Detail' stage. This function retrieves the details of the most recent exception, which can then be stored in the data item for further use or analysis.

Discussion

1 comment
Sign in to comment
BlueprismUser199212345
Mar 1, 2023

ExceptionDetail()

LH1213
Mar 28, 2023

Agree with your answer