Variable in list

the return is being a list, this I understand, because the element has more than one connection point, but I would like to know how to select only one of the objects in the list.

image
image

…hmmm

You can make codeblock and access the list via INDEX f.e.

x[0];
x[1];
x[0..3];
1 Like

Thanks for the tip, but by testing I managed to do it this way: