Hi,
I push an item to a list (OnEntry of a queue). The item is a pallet with a box on it. The box has the label "Quantity" (array). How can I write this information to the global list?
I tried the label field but get the labels of the pallet,
and I tried the expression field but don't know what param(1) is or which commands I need.
Variant value = param(1); Variant puller = param(2); treenode entry = param(3); return /**/value.?/**direct*/;
Thank you for helping.