Examine the following Page of a Blue Prism Process:
The expressions of each of the Calculation stages are provided below:
What will the value of the Result Data Item be after the page has run?
Examine the following Page of a Blue Prism Process:
The expressions of each of the Calculation stages are provided below:
What will the value of the Result Data Item be after the page has run?
The process will throw an internal exception. When examining the Choice Criteria for 'Which Path', the first path is evaluated with the expression StartsWith([Test Value], 'Technology'), which returns true. The second path, evaluated with Right([Test Value], 5) = 'tool', also returns true in this case. According to Blue Prism rules, when multiple conditions for paths evaluate to true, an exception is thrown because the process cannot decide which path to take. Thus, the process will not proceed to set any result value correctly, leading to an internal exception.
B is the answer
B is correct as there in an error with the brackets in the A path
B is correct answer