Hello,
Description: I have several products that required different processes. One of them is called "Base Island". A "Base Island" unlike other cabinet types, consist of 3 cabinets and then later assembled separately in the "Cabinet Assembly Waiting Area". The individual cabinets for Base Island are made one by one at "OverheadBase_Table". The logic i am trying to achieve here is to store individual cabinets required for Base Island at "Cabinet Assembly Area" until there are 3 of them. Once the batch reaches the number 3 for the cabinet from the same ModelID (ModelID information can be found in Source Table), the operator "OP1" needs to come and assemble them into one bigger cabinet and stow it away in the "Assemble Cabinets" area.
Problem: The operator "OP1" keeps getting stuck when it goes to "Cabinet Assembly Area". I want OP1 to make more individual cabinets until the batch reaches the number 3 for the Base Island cabinets.