If else isn't working

We are using workflows in n8n to copy from one environments to another.
If product already exists, then we are checking if the attributes needs updates and if not we have create new product


even when if returns false, nodes that are mapped to true are running, how to restrict the nodes to run based on if else returns true/false

Hi @Shalini, I am sorry you are having trouble.

Seeing you are using the Merge node after your IF node this behaviour is currently expected I am afraid, It’s documented here. The good news is that this will change with v1 very soon :slight_smile:

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