Execute "False Branch" in IF node, even if none "False" exists

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:

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