I want to understand how n8n handles array, so I have
- One csv parser, lets assume it creates 3 items
- HTTP API: It takes 3 items and creates 6 items each
My question is it’s not knowable which HTTP item is correlated with which CSV row/item.
Make.com would process one item from the CSV then run HTTP on the first CSV item, and once HTTP and the rest of the automation are finished then Make.com will run the 2nd CSV item.
N8n is taking all the CSV items and running HTTP all at once somehow.
This screenshot should explain
Top flow: Showing how I want
Bottom flow: How n8n is doing