Loop over item processes the first array and then the second and third time it goes directly to done

i have a flow which consists of

  1. get multiple previously scraped pages from notion

  2. goes and send them to a scraper threw a loop so each page goes 1 at a time

  3. enriches the CRM by adding subpages of the contacts scrapped - notion has issue working with multiple page creations at a time so i added a second loop to fill notion 1 page at a time and change the status when the second loop is done and then loop to page 1

the issue

the main issue is, that the first time the first loop send the array it works like butter, but after that all other arrays when they arrive to the second loop they go directly to the done branch without looping and creating the enriched pages in notion

Share the output returned by the last node



Information on your n8n setup

i dnw about my set up but i run it in docker and downloaded it very recently following a youtube video

hi, maybe this documentation would help
Loop Over Items (Split in Batches) | n8n Docs
Looping | n8n Docs

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