Hi, I'm making a model in which ASRS is putting pallets with boxes on the conveyor and then the operator is picking certain amount of boxes from the pallet. I'm using lists to write the picking logic. The problem is I have to fully empty the list of boxes after it goes on to prevent operator from picking from the same pallet again in case the same type appears in another order. In my try it seems to work somehow but some entries always stays in and I need to remove all left entries.picking_wariant2.fsm