Split In Batches Nested Loops - New vs. Old Nodes

Hi @MutedJam , in continuation of the original post, i also have a use-case which is way too frequent for me that i could use some feedback on.

Example:

What’s the recommended method of implementing this scenario with the new Split in Batches nodes, and not the old one?


A few more examples:

Have 150+ wfs, in a single instance, using the Split in Batches node and around 1/3 of them using nested loops.


Note: In almost all of these wfs, i don’t need the ‘merged’ output. I just need to process each output item / nested output item of the Split in Batches node in its own separate loop (not always in a sub-workflow), equivalent to a for loop (the original purpose of this node i suppose).