Question regarding Queue items in UiPath

Hello everyone! I hope everyone is doing well.

I have a simple problem - I am creating an automation which needs to sort through different images (of .jpg file type) and a .txt file.

I’m trying to implement this automation using a Dispatcher and a Performer with the ReFramework. My Dispatcher should add these pictures and the text file to a queue in Orchestrator for the Performer to process.

My question is : how can I add pictures and text files to a queue? Should I somehow store them inside an IEnumerable variable and then proceed to loop through it to add to the Orchestrator queue? I’m not really sure how to approach this so any help is appreciated! Thanks a lot!

Have a nice day!

@alex_T please add full path of each file in queue through dispatcher and by processor get files path from queue and start processing. why you are making it complex?

I’ve managed to add the items to the queue by first storing them inside an array and then looping through it with “Add Queue Item”. Thanks a bunch!

1 Like

@alex_T great😍

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.