Self Hosting n8n moved from version 1.69.2 and 1.70.1 to 1.71.2 and 1.76.1
In 1.69.2 and 1.70.1 my merge node would return No output data returned if the if node filtered out data going to input 1 of the node. I have workflows that are not working now in version 1.71.2 and 1.76.1. Is this a planned behavior change? Which versions have the bug? I already know I can change the if node to always output data, but I want to verify the old behavior is the bug first before changing my workflows.
Sorry for the late reply. The workflow above has different behavior based on which version of n8n I am running. The set nodes create the data that will cause the difference in behavior. In 1.70.1, the merge node will not fail only receiving data in input 2. It will just stop that path in the workflow. In 1.71.1, the merge node will fail because no data was received in input 1. I am assuming this is how it is supposed to behave, but that means refactoring some of my workflows.