Basic questions about the Split Out node

Hey @RichardC

Yes

Where/how can I put nodes that I want to execute only after all items have been processed?

If you still on the same topic, each node process all the items before handing the data over for further processing to the next connected node. Each n8n node processes all incoming items one by one before the next node can start processing that data from the previous node too. In other words, you do not need to worry about making sure all items have been processed first by a specific node, it is done automatically.

2 Likes