Study the process flow below:
The outputs for the Get Next Case are configured below:
What is the correct configuration of the Expression in the "Case-Returned" decision stage?
A.
B.
C.
D.
Study the process flow below:
The outputs for the Get Next Case are configured below:
What is the correct configuration of the Expression in the "Case-Returned" decision stage?
A.
B.
C.
D.
The correct configuration of the Expression in the 'Case-Returned' decision stage is '[Case ID] <> '''. The expression checks if the 'Case ID' is not equal to an empty string, indicating that a case has indeed been returned and further processing is needed. The 'Case ID' is a data item created within the system and is represented in square brackets, making option D the correct answer.
D 100% confirmed
wwwhy D, I tot if text is has to be in "", and collection in []
If you are comparing between Item and data, Item name will be between brackets and data between double quotes So D is correct
They made data item called case ID so it goes into square brackets. They dragged data item and applied not equal to <>
And then null as a string "" with two double quotes
Yes, D is the correct answer.