Missing input data in Switch Node

I have a workflow with three branches, all leading into a Switch Node. When Branch No. 1 runs, everything works as expected. However, when Branch No. 2 runs, the Switch Node receives no input data, and I can’t figure out why.

Branch 1 Input as expected:

Branch 2 no input:

  • **n8n version: 1.61.0 (Cloud)
  • **Database (default: SQLite): Cloud

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 @Kivema ,

Would you be able to share the wf? You can do that by slecting the nodes followed by Ctrl+C and pasting it between the </> option here :slight_smile:
Or at least the params and output of the IF node in Branch 2?

Does this also happen on branch #3?

Here you find the params of the if-node in branch 2:

Here you find the output of the if-node in branch #2 (anonymized):
[
{
“Website-Domain”: xyz.de",
“Email1-Domain”: “abc.de”,
“Email2-Domain”: null,
“Email1-Adresse”: “[email protected]”,
“Email2-Adresse”: “”,
“Gmail-From”: “[email protected]”,
“Company-Tag”: “DiI-Kunde”
},
{
“Website-Domain”: “xyz.de”,
“Email1-Domain”: “abc.de”,
“Email2-Domain”: null,
“Email1-Adresse”: “[email protected]”,
“Email2-Adresse”: “”,
“Gmail-From”: “[email protected]”,
“Company-Tag”: “DiI-Kunde”
}
]

So far I had no execution with branch #3.

Obviously I was able to resolve the issue myself with the help of that Post: Two branches to the same node doesn't work - #3 by Ludwig

1 Like

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