AD01 Exam QuestionsBrowse all questions from this exam

AD01 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?

Show Answer
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

3 comments
Sign in to comment
aclr02
Feb 24, 2023

They are asking for ExceptionType() not ExceptionDetail()

winbha
Feb 16, 2023

Correct

LH1213
Mar 29, 2023

ExceptionType()