N8n merge node not passing data if all inputs aren’t present

I’ve got a workflow where a merge node can receive data from 3 different inputs. Sometimes it only gets one of them, sometimes all three.

I want it to pass whatever it has to the next node, regardless of whether one or all three inputs are present. I tried enabling “Always Output Data,” but it still isn’t sending anything forward when some inputs are missing.

Is there another node I should be using for this, or a workaround to make it pass partial data?

Hey @gigaman hope all is good.
No, merge is the correct node for merging, that’s for sure.

Here is an example of merge nodes where all three inputs are present or only one is, both merge nodes output what they have:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.