@Jeff Nordgren Using this model that you helped me with as base, here is what I am trying to do:
Currently, all totes wait at the picking station and are send together to the queue "CompletedOrders". Once the operator has finished picking to a green tote, I want to send that tote first, followed by the totes where the operator has finished the picking operation. Also, I want to send a empty tote buffered on the conveyor to that station. For example, if the operator finished picking operation for green tote at station 1, the tote should be released immediately and another empty tote should be send to that location.
Currently the logic at decision point DP5 is sending empty green totes to the 4 picking stations chronologically by case using the index assigned to it during the creation process.
I can keep adding cases to the "Send Item by Case" logic at decision point DP5 to accommodate additional totes, which is easy for say 10-12 totes. What is needed to change to send totes dynamically to the station at which the operator has finished picking?