Hello @Jeanette F as you suggested for a new post
In my model , the parts get created in Queue2 only when source sends all the parts to Queue1 through process flow.
As soon as the parts are consumed from the Queue1 to processor. I want the forklift to pick parts only when the items reach below or equal to the minimum quantity as mentioned in the global table "Orders". I want a logic where the forklift picks items from Queue2 and delivers to Queue1 only when the specific part's minimum quantity is reached.
The minimum quantity can be read from the "Orders" global table. Simultaneously the available quantity column needs to be updated.
Can you help me with this?
@Felix Möhlmann please help