Need help on split in batches node

I have this workflow

The “Split in Batches” node processes only the first batch of products and then stops the workflow without continuing to the next batch. I need to modify the workflow so that it processes all products in sequence and only stops once all batches have been successfully processed.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @josephavetti , for the Loop node to work (iterate over items) you need to close the loop.

hi, thanks for responding, how do you close the loop? i am quite confused this work.

I showed you already in my screenshot and pointed out with the big yellow arrow.

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