Continue flow after "Split in Batches"

I would like to add a flow after a “Split in Batches” function has executed all batches, e.g. for nested batches and other scenarios.
How is this possible? I have no idea where to connect the subsequent flow.

Thanks and best,
jo

You can find an example here:

Look at the IF-Node “IF no more batches” with its expression:

{{$node["SplitInBatches"].context["noItemsLeft"]}}

thanks alot!

You are welcome. Have fun!

We’ve also added that to the FAQs in the node docs for future reference :slight_smile: Split In Batches | Docs

1 Like

redirect to a 404 not found,

this one works better: Split In Batches node noItemsLeft example | n8n workflow template

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.