Hi all
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
Hi all
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.
Kind Regards,
Ashwin A.K
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