How to Join Branches

Describe the problem/error/question

I need to “join” all branches into one after the switch. For example, if the message is “text,” I want to execute the “Update Dados Cliente” code block immediately without waiting for the other branches to execute (since they won’t). Does this make sense?

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @miltonhit ,

Welcome to the community! :sunflower:

When you have multiple inputs into one node, the 1st input gets processed and passed along the execution. The node doesn’t wait for the following inputs.

Except for the merge node, which has the option to wait for all inputs before proceeding, nodes are expected to run with the 1st received input.

If this is not what is happening, please share what you’re seeing in this case

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