Conditional statements for Queue item

Team, I want to write a IF condition which needs to execute a “Then” when a output queue item has no transaction data to return from a “Get Transaction Item” activity.

Requesting your help with solutions.

Thank you
Rajkumar

Your if condition should look like TransactionItem is Nothing

where TransactionItem would be your output of Get Transaction Item activity.

1 Like

Thank you.

1 Like

figured out isNothing(Transactionitem) also works!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.