Hi Yifei, so I'm looking at your model. I noticed that the model was throwing an error, because in the logic you had a "Port by Case" flow output, where you had put a "3 && 4" for one of the port outputs. Unfortunately, this field requires only an integer, and therefore was causing the error.
Instead this is what I did: I removed the Port by Case logic from the Racks, and instead opened up the Properties of the Queue objects. Under the Flow tab, in the Input section, I selected the box Pull Strategy and then in the Pull Requirement dropdown menu I selected Specific Itemtype as per the case numbers you provided. What this does, is have the queues "request" the itemtype they are supposed to receive.
Additionally, I switched the Port by Case flow option on the racks to Round Robin, just to show that itemtype 2 now goes to both Queue10 and Queue11, but you can change this logic to however you wish them to sort between the two Queues.