I’m trying to combine two inputs; however, the merge node only outputs one of them. I am sure that they both contain data because I pinned them. I also know the data is being passed because if I take away one of them, the other one (the one that doesn’t merge) is the only output. I assumed it might have been because one of them contained a JSON list, but after filtering it with JavaScript, the issue persists. I asked the AI assistant multiple times but it only says it’s unexpected behavior and to re-check the same things.
basically, execute the workflow, right click on both input nodes and select Pin.
Then select all the workflow and ctrl-c / ctrl-v it here (preferably between two triple backticks - ``` ).
I figured it out. Apparently, I needed to run a trigger through both nodes, even though the data is pinned. I was running it on the Merge node by itself the whole time. Sorry for the inconvenience, I’ll close the thread now.