Hi,
today I inserted a fixed arguments in the fields of a list with the command listpush("mylist",id,0,argument1,...), but I am not able to retrieve the value when I pull the entry from the list because the listpull command returns only the value of the entry and from the value I can't recover the value of the field.
I attached a model which reproduces my problem.
Can someone help me?