Describe the problem/error/question
I tried using the Aggregate and merge but i think each code doesn’t arrive necessarily at the same time. How do I get the JSON objects to get merged?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.94.1
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: MacOS
Hey @unaligned9094,
In the case of a merge node, there is no timing issue. It will wait until all inputs arrive, and once they are all present, it will simply produce the output.
Try using this node with these settings in the workflow below:
Do i need to use Combined and Position? I am using Append now and using 3 Merge nodes as I have 11 inputs so i have a 5 and a 6 input merge node going into a 2 input node.
Hey @unaligned9094 ,
Actually it depends on you, what ever work best for you.
But as you shared that you need the output in one array so this is where this node will help you.
All good 