Examine the extract below taken from a Blue Prism Process:
The Outputs tab from the Get Next Item stage is provided below:
What is the correct expression for the ‘Item Returned?’ Decision stage, to check if a Work Queue item was returned?
Examine the extract below taken from a Blue Prism Process:
The Outputs tab from the Get Next Item stage is provided below:
What is the correct expression for the ‘Item Returned?’ Decision stage, to check if a Work Queue item was returned?
In Blue Prism, variables and their names are typically enclosed in square brackets. The 'Item Returned' decision stage checks whether a Work Queue item was returned. This can be done by verifying if the 'Item ID' returned from the 'Get Next Item' action is not equal to an empty string, indicating that an item was actually retrieved from the queue. Therefore, the correct expression for the 'Item Returned' decision stage is 'Item ID <> ''' and since Blue Prism variables should be wrapped in square brackets, the correct option is '[Item ID] <> ''', ensuring that this format aligns with Blue Prism's conventions.
E is the Answer
E is the correct answer, any blue prism variable name must be in square brackets.
E is the answer