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