Hello, in the following model, I am trying to simulate an operator taking items from a box and when the box is empty, putting the box away. However, I run into the problem that the box no longer has the number of items I want to pick up (token.qty). I want to simulate that the moment there are too few items in the box he takes the remaining items and then retrieves items from the next box.
Say there are 20 items in box 1 and the operator needs to take 30 items ==> take 20 items from box 1 -> place box 1 away -> take 10 items from box 2.
(This is happening in "picking item from box")