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.
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
Or at least the params and output of the IF node in Branch 2?
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.