Node Switch: Multiple Routes to the Same Output Node

On this workflow I need to send 2 routes to the same output node.
It this possible? I tested on the past but i had some problems.

Information on your n8n setup

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

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:

Yes, perfectly possible. It’s like an IF ELSE.

(brasileiro aqui também :wave:)

1 Like

Thanks! Testes yesterday and its working :slight_smile:

For some reason the last test I made was giving me bad outputs!

1 Like

Sometimes refreshing the browser cache solves those occasional bugs.
Specially when testing with too much data or too many nodes.

What I like to do is pin the data on the trigger node, so I can refresh or leave the page and still keep the same data to run the tests.

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