Hi everybody and congrats to n8n team for this amazing product.
Firts post here, but I’m lost and I need help
What I want to do :
I need to perform some operations on data (call an external API and wait for data enrichment).
To avoid errors from external api, I need to split into batches the data and call the api for each batch BUT I need to retreives all the results of all batches : If I have 100 object as inputs splited into 5 batches, I need to get 100 objects after the operation.
To simplify I create the following workflow:
My problem is : I always get the result of the last batch from the IF-node and I cant find a way to get all the results (like a merge/append node)
How can I improve that ?
THX!
Information on your n8n setup
**n8n version:**0.198.2
**Database you’re using (default: SQLite):**SQLite
**Running n8n with the execution process [own(default), main]:**Own
**Running n8n via [Docker, npm, n8n.cloud, desktop app]:**Docker