Use Queue in Uipath Apps

How to link uipath apps with the queue.

1 Like

There is an Event rule to add items to queues directly from a UiPath App.

You can follow the documentation here to see how this works:

1 Like

@Shivam_Chaturvedi

To link queue with apps you need to follow below steps

  1. Create a queue
  2. Create a json structure with all header tags given on apps document
  3. Upload json input structure into queue and save it
  4. Go to apps and try to reference app with queue
  5. You can write a rules add queue item

Let us know if you are still unable to reference queue with apps .

Please mark solution if you are happy

Hi

To create better, more complex apps, UiPath Apps can connect and interact with queues from UiPath Orchestrator .

For more details on how to do that

Cheers @Shivam_Chaturvedi