Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodes of the same type with the same input and the same settings can give different outputs #12360

Open
benfitz221 opened this issue Dec 24, 2024 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@benfitz221
Copy link

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)

@Joffcom
Copy link
Member

Joffcom commented Dec 24, 2024

Hey @benfitz221,

We have created an internal ticket to look into this which we will be tracking as "N8N-8006"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants