Hello!
Unsuccessfully searched for this in the forum, so here is my challenge.
Using a code block for an IF statement, I would like the result to be without a list, so that there is no index for the result. It seems that if the condition is within a list, the result from the code block will also be in a list.
In my script, the condition comes from a Object.IsNull node, and thus in a list. Is there any way to get the result without a list - so to speak?
Please see example for clarification.
Thanks in advance!