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?