Good evening to everybody.
The operator removes the orders from the list based on the ATC equation. That equation is defined in the "Pedidos" list. When you run the program it gives an error because at the beginning of the whole program it does not know "PulledQueue". To solve this I tried to create a label at the beginning of the process flow with an assign labels to initialize the value of "PulledQueue"but it did not work.
The problem is very similar to the last problem I had in this post: https://answers.flexsim.com/answers/86286/view.html
Therefore, I tried to fix it in the same way.