Mike987
(Mike)
1
Hello everyone!
I got queue items and need a logical expression if queue items is 0, then it throws an exception.
i tried
if variable qi_QueueItems isNot Nothing then //continue the process// else //throw an exception//
but of course it didn’t worked.
Can someone help please.
@Mike987,
Welcome to the UiPath Community 
Your condition should be like this:
qi_QueueItems.Count > 0
Thanks,
Ashok 
1 Like
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.