In my model, I want specific boxes to be created based on the quantity of arrival. On the first arrival, because 10 items are created, the items stack in packing station A and the Small box is created and then sent to Boxing Station A. Once the arrival of 12 items comes through, it should stack on Packing Station B based on my logic and a medium sized box should be created and sent to Boxing Station B.
However, on this second arrival for some reason it ends up stacking on Queue 1 instead which is not what I want. Also, on the very last arrival since the quantity is less than 5 it should be sent to the auto bagger based on my logic.
There is definitely some type of flaw in my Process Flow, but I cannot find what it is specifically as I even labeled everything specifically to find out where the error is. It seems like the tokens on every arrival after the first one is staying in the list and not flowing through the process despite having a pull from list in the flow. Any help is appreciated in finding my error in the process flow.