Hi, I have 10 queues of items to dispatch whithin 5 processors. Each item can only match 2 of the 5 processors. I want to send them to the first available. For now, I am using a source table with labels so that 1 processor can pull the item with the right label. But this will assign 1 item to 1 processor only. I want to assign 1 item to 2 processors.