Hello,
I'm trying to reference a specific box flowitem stored inside a tote flowitem, where the tote flowitem sits in PickingStation. The PickingStation will only have 1 tote at a time, but the box flowitems can vary between 1 to 4.
I'm able to get the tote flowitem by using
model.find("PickingStation").as(Object).first
and assigning to a label called ToteFlowItem. I then use
token.ToteFlowItem.as(Object).subnodes.length
to get the number of box flowitems in a label called ItemsInTote. However, when I try to use
token.ItemsInTote[creationRank]
I'm getting a null value. How would I get the actual box flowitem? Im attempting to do this in the Tote Delivery Process within the model attached below