picking.fsmHi I'm building a model of picking where Operator has to pick pallet first and then I want him to pick objects on the pallet he has. I know the picking logic is more or less good but I have problem with placing objects on pallet. I'm using event-triggered source to assign token to generated pallet and then to take it by the operator. Then I use schedule source to create picking lists. I can't use the first created token for pallet in the second part of process flow, so how can I do it work?