Following up on my previous question, I've now added 2 more queues to the 1st operator side. In current state the operator is placing items on only queue1 despite me putting a constraint on the combiner. I want to operator to place 5 items on Queue1(Q1) then 5 items to Q5 followed by 5 items to Q6. Once this is done I want the operator to move all 3 pallets into the trailer one by one. I tried increasing the batch size to 15 and then releasing 3 tokens. But this would only work if the operator is following the logic on the combiner. Alternatively is there a way for me to batch the queue's separately on the same batching operation? Truck Loading model_3.fsm