Hello, I have made a program where depending on the label that the combiner receives, the combiner joins a different reference that is sent to a queue depending on that reference. The problem is that I do not know how to send each reference to its corresponding queue. For example, when the reference number 1 is created, I want to send it to the port 1 and, when the reference number 2 is created, I want to send it to the port 2. Could someone help me? I will attach the program I have created.
Thank you so much.