I am creating a model to trigger operator for material loading once the quantity is lower than the certain quantity. There are a few combiner workstations in the model. Materials from Q2 should be loading to Q1 for workstation1. I am doing in a way that Q1 is to send message to dispatcher when the quantity of Q1 content is lower than 60 and at the start of the simulation since the quantity is zero at the start. Dispatcher on receive of message, process starts to acquire operators and walk to respective message sending object and start loading of material until the quantity reaches 80. I am having trouble how to refer to the item for the operator to load then unload to destination. Could you please help to take a look and adviseTrigger Operator by Condition.fsm? Thanks.