REgarding Merge Node, provision to accept data from “multiple nodes” (and not just two) to merge the data into single
So the Feature Request is to ensure have the “Merge Node” to to be enhanced to accept multiple inputs
The idea is:
The idea is as per the question below
(https://community.n8n.io/t/merge-node-can-it-accept-more-than-2-inputs/10417)
Currently, the workaround is to nest multiple Merge nodes. But this get complicated , for instance for a 8 input set, you need to have 4 + 2 + 1 nesting (i.e 7 merge nodes) which could have dealt with a single merge node.
My use case:
In my use-case, we get tickets and inputs from various systems before a workflow starts. Also during IF conditionals, there could multiple scenario which needs to be merged into single report.
It could be a specific node, which fires with a special rule. It has one input, but fires only when all incoming data flows are done. Once all the data came in, it executes simply combining all the data in the order it came to the node.
Don’t know if it’s possble. Currently a node is firing when any of data has come (from 1 or 2 arrows depending on the node type).
Hi @artildo
The Merge node can be used to wait for all inputs to finish before it goes on. Also stopping the flow if both incoming flows didn’t result in data.
Having a Merge node with more than 2 input flows would be awesome. Needs an option to only have 3 inputs and still wait for all inputs to continue.(not waiting for the 4th with 4 inputs like the switch node)
Hi, something new on this topic ? I struggle to merge seven RSS nodes into a single one, it would be so nice to have a single merge node with multiple inputs instead of a cascade of merge nodes … thanks !
(I always mention the amazing @Jon on my questions, he is the best one).
I thought I would see if this image would post for two reasons.
A: I really don’t like this and if anyone has any other ideas on how to manage the data… I did attempt to use SET nodes, but the incoming data structure made that even worse.
2: For the giggle factor. I laugh every time I think about the fact that I need to refactor this with the new switch node. This one is using the older community switch node.
I will say, watching this run with many chunks of data is… interesting…