Hey! The Merge is supposed to get two inputs and then run itself using the two inputs, but what I’m getting is two separated executions using the merge, one for each input…
Here’s how my flow looks like and the two separated executions:
An execution is always triggered by only a single Trigger-Node. There are already multiple topics about that in the forum. Here is for example one of them:
One thing to do what you potentially want to do is to have one Webhook-Node and one Wait-Node, which waits for a Webhook call.