IF Node - Strange Problem

Dear Experts,
There is simple task which is strangly not working properly. Result need to be “” but it makes list of “”.
Function.dyn (8.0 KB)


How can we overcome this problem. Thanks.

Please search the forums for similar issues before posting a new problem. This question gets asked all the time.

2 Likes

Thanks Nick. Problem is I could not found anything about this issue. May be not correct search keywords :frowning:

You can start here. Let us know if you have any questions.

1 Like

Just in case it helps:

indx = test ? 0 : 1;
results = [ifTrue, ifFalse] [indx];
2 Likes

Thanks a lot.