Blue Prism AD01 Practice Test 1

Question 1 / 40
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?
Item ID < > ''
[Customer Data] < > ''
[Customer Data] < > NULL
([Customer Data].Rows) > 0
[Item ID] < > ''
Comment (0)
Suggested answer: E
Explanation:
The 'Item Returned?' Decision stage needs to check if a Work Queue item was returned.
The correct check for this is if the Item ID is not an empty string.
The expressions involving Customer Data are not appropriate for this specific check.
Therefore, the correct expression is [Item ID] <> ''.
Feel free to ask if you have any more questions or need further assistance!