Articles → UIPATH → Add Queue Item Activity In Uipath
Add Queue Item Activity In Uipath
What Is A Queue?
Purpose Of Add Queue Item Activity?
Create A New Queue
- Login to the orchestrator
- In the queues page, click on the "+" button
Click to Enlarge
- In the create queue screen, enter the "Queue Name" and click on the "Add" button
Click to Enlarge
Adding Data In The Queue
- To get the data, we are calling the "Read Text Data" and "Matches" to get the list of email IDs in a variable "emailids"
Click to Enlarge
- Loop through all the records in the variable "emailids"
- Inside the loop, drag and drop the "Add Queue Item" activity
Click to Enlarge
- Set the "ItemInformation", "Priority", "QueueName" and "Reference" in the "Add Queue Item" activity
Click to Enlarge
- Make sure that the folder name "Shared" is selected
Click to Enlarge
- Save and run the bot
Output
- In the orchestrator, go to queues
- For the given queue, click on "View Transactions"
Click to Enlarge
- You can see the list of transactions
Click to Enlarge