Hello,
Why the IF node is not working?
With my test the result should be 16, not 12
If node doesn’t have lacing in any of the old builds, and as a result shortest lacing is always used. Upgrade to something new and more current and you should get the behavior you want.
Alternatively you can use this is a code block:
indx = test? 0:1;
result = [trueList, falseList][indx];
Ok, merci