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?
This is the correct expression to use in the calculation stage to output the current exception detail to the data item. It uses the built-in object CurrentException and its property Detail to get the value of the exception detail. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)
Currently there are no comments in this discussion, be the first to comment!