How can I transfer a stack of item as a batch without using combiner?
eg: I stack up to 10 boxes in queue, then release the 10 boxes together. after transferring the 10 boxes together, I need to release them 1 by 1 at a certain time.
or is using combiner the only way?