Working on Queue

Hello,

Can you give me a simple example how to work on queues in Uipath ?
I have 1 excelsheet and I wanted to add data from Excel file to a queue let’s say TestQ and then I want to retrieve data from that queue and work on it.

If you can give an example, it would be a big help.

Thanks in advance !

Hi @Chand,

Add to Queue Item

Get data from the Queue

Regards, Arivu :slight_smile:

Here is a sample workflow,

Upload & Retrieve data from excel sheet to Queue.Ram_QueueTest1.zip (10.1 KB)

Retrieve all the transaction items from the queue using loop. Main.xaml (14.6 KB)

Thanks,
Rammohan B.

3 Likes

Thank you so much

2 Likes