How to select 2 item from Drop down list and then click on ok button complete process. Repeat the process for Next items in Drop Down list

Hi @Sam_H ,

Assuming you are working with queues, add two items into the queue.

Let the first queue item contain the first two options you want to select, but they will be delimited.

352,360 //I've chosen comma in this case

Once you retrieve the queue item, split it on the basis of the delimiter you’ve selected earlier and directly place it inside a For Each Activity and select each item in the window.

This will work even if there is only one item to process.
image

Kind Regards,
Ashwin A.K