How can we check if a queue exists in the Orchestrator before performing add queue item activity in UiPath Studio?
yes! we can do. In init State include the GetQueueItem Activity.if Queue is not created its through an System Error.
Thanks for your reply. I did it by consuming Orchestrator API.