For example, if I have a list with a field called "Type" that ranges from (1,3), and I need to pull one of each type off of the list simultaneously, could this be achieved by storing the pulled items as an array onto a singular token?
Ideally, I would like to perform a series of steps on the batch of items pulled from a list, and then push the different Type parts back on the list upon completion.