Start a part of the workflow when another is finish

Describe the issue/error/question

Hello, I have a workflow that is in 2 parts, and the first part must be finished before the second part starts.
If I connect “Temporary Gaspr data” to “Target Splitter”, it doesn’t work properly because I need the loop to be completely finished

(the second part start a the node “TargetSplitter”)

Hey @Amine_Zouitine,

Welcome to the community :cake:

What about using an If node after the HTTP request node to make sure the Split in Batches node has no items left? That would then only move forwards once the loop has finished, You can find some docs on what to check for here: Split In Batches - n8n Documentation

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