Hello,
I am using this code to get the informarion out of a list (simplified without the future query)
Variant aa = List("Lines").pull("",0,0);
return aa;
Whenever there is only 1 value on the list it works fine, but if there is more than one value it returns a NULL value, what am I doing wrong?