i have a flow which consists of
-
get multiple previously scraped pages from notion
-
goes and send them to a scraper threw a loop so each page goes 1 at a time
-
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


