Describe the issue/error/question
n8n will execute false path after if node.
i got 4 items, if one of them has string error, it should be false, but there is no “False Branch”.
But n8n execute on both lines the “False Branch” path and the workflow exit on error, cause there are informations missing on “Odoo Rest20”, thats ok and right, cause the information are only available if False.
What is the error message (if any)?
Please share the workflow
Cannot share workflow, cause of custom nodes and cannot be recreated.
Information on your n8n setup
n8n version: 0.205.0
Database you’re using (default: SQLite): SQLite
Running n8n with the execution process [own(default), main]: own
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker
Hi @ChristianV , I am afraid this is the expected behaviour and documented here:
You might want to consider using a sequential flow as suggested here if this causes a problem for you:
Hi @Josh-Ghazi , the Merge node is a bit tricky, especially when you have a differing number of executions on each stream.
Perhaps it’s easier to process your data sequentially rather than in multiple branches which have to merged afterwards? It seems to me that the only job of your Merge nodes is to wait until everything else is done anyway. So perhaps you could do something like this to get data from different nodes after a lengthy sequential flow:
After the “preparing…
system
closed
March 8, 2023, 11:00am
#3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.