You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to finish the workflow and add the final IF node for UC14 which is pretty straightforward. I created the conditions but the node would output both true and false value. Which is inherently wrong, an IF node should output either true or false, e.g. "if the length of the message is more than 20 chars" there are no two answers. It took me a while to overcome this and what helped is to create a new similar node and set it up from scratch. Like "turn it off and on again" principle
To Reproduce
Explained in bug description
Expected behavior
explained in bug description
Operating System
Windows10
n8n Version
1.66.0
Node.js Version
don't know
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
I wanted to finish the workflow and add the final IF node for UC14 which is pretty straightforward. I created the conditions but the node would output both true and false value. Which is inherently wrong, an IF node should output either true or false, e.g. "if the length of the message is more than 20 chars" there are no two answers. It took me a while to overcome this and what helped is to create a new similar node and set it up from scratch. Like "turn it off and on again" principle
To Reproduce
Explained in bug description
Expected behavior
explained in bug description
Operating System
Windows10
n8n Version
1.66.0
Node.js Version
don't know
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: