Currently in my model I have an operator grabbing a single part from a queue and dropping them to different queues That have similar parts. I.e. If the the initial queue Has 10 parts and 5 parts are from type A, I want the operator to grab all the type A parts at once.
How can I Make the operator grab all the same type items at once?