Bug in IF Node

Hi,

i think there is a Bug in IF Node, when i would use Data from False it gives me the Data from True.

Left right Data 176545, Right you see another Value 176543.

What can we do ?

Thanks,
Stefan

Hey @Stefan,

Can you show the actual if statement? Sometimes the information you see in the expression editor can be wrong as you may see the first or last value but generally it gives you an idea.

If you look at the top of the If Node it tends to show you the True options first and there is a dropdown to change it to false.

1 Like

Thanks, i have put a Set Node after the false then it works.

Thanks,
Stefan

1 Like

@Stefan you can also use the NoOp node in these cases where you need a node to “reference” data. Can absolutely use the set node, but sometimes the NoOp node makes it clearer later that it’s just being used as a reference point (and not setting some values).