Hi,
I have to pass many Id , Name , status in queue . Finally retrieve them from queue and add them in excel sheet. How to do that ? Please help ?
Hi,
I have to pass many Id , Name , status in queue . Finally retrieve them from queue and add them in excel sheet. How to do that ? Please help ?
Hy @Shirish,
Please check my workflow
Run the AddQueueItems workflow to add data to a Queue
Run the Main Worflow to Get the Data
prior to running create a queue named “QueueItemsTest”
QueueItems_Test.zip (31.9 KB)
Aditional Info on Documentation
Add Queue Item
Get Queue Items
Please let me know if you still have any questions
Regards
Hy, yes you can parameters using a dictionary to pass variables to the queue
In the ‘ItemInformationCollection’ property you can pass a dictionary.
Regards