Something wrong with "if" node

Hi @TCKEAHY

This “problem” is quite common here. You can search in the forum to understand why this happens. However, you can try this workaround.

value = test ? 0 : 1;
output = [True, False][value];
2 Likes

@EdsonMatt
Thanks. I will study it