Hi everyone,
Source 1 produces items with 3 labels (Type, Vegetarian and Kids), then the items go to a combiner through port 1. The Combiner Components List depend on the labels as follow:
Type=1, Vegetarian=1 and Kids=1 then 1 item from port 2 and 1 item from port 3
Type=1, Vegetarian=1 and Kids=2 then 1 item from port 2 and 2 items from port 3
and so on for different combinations.
I solved the problem for only one label (Type) using a global table, but need help incorporating the other labels.
Thank you for your help