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 all

image

I have to select 352 and 360 after the complete of process again i have to select 353 and process it .

How to approach this thing

Hello @Sam_H ,

You can use Select Multiple Items activity to do that, to use that activity have a look on the documentation.

Thanks,
Sanjit

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

Hi @ashwin.ashok

I have to select 352 and 360 export data in to excel .then i have to repeat same task for 353 as well

How to Approach this …?

Thanks
Sachin

Hi @Sam_H ,

If you are new to the concept of queues, then watch this tutorial before trying out the idea I presented above.

Kind Regards,
Ashwin A.K