Describe the problem/error/question
Hey n8n community! I’m used to working with Make and I’m moving some scenarios from n8n for testing purposes and I can’t seem to understand the difference between Make’s Iterate module and n8n’s Loop Over Items and Split Out.
In particular, I had problems when using the Airtable’s Search operation to fetch records from my database.
In Make they would be fetched as single ‘bundles’ of data, but with n8n - when trying the execute the workflow the same way - only the first ‘bundle’ is getting processed.
In order to process all the records, I found and tested two nodes: Loop Over Items and Split Out. In this case, they produced a similar result - they allowed me to process all data fetched.
However, I have troubles understanding types of situations where I should choose one node over another. The documentation is not clear enough to me in this regard.
Could you share your tips on deciding when to use Loop Over Items and when Split Out?
Information on your n8n setup
- n8n version: 1.37.3
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: Ubuntu 22.04 (on the server)