Exam AD01 All QuestionsBrowse all questions from this exam
Question 80

FILL BLANK

-

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

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

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

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

    Correct Answer:

    To save the current exception type in the 'Exception Type' data item within the 'Save Exception Type' stage, you should use the ExceptionType() function. This function retrieves the type of the current exception. Therefore, the correct expression to use is ExceptionType().

Discussion
aclr02

They are asking for ExceptionType() not ExceptionDetail()

LH1213

ExceptionType()

winbha

Correct