Dear Experts,
I'm looking to implement a round robin logic in Knime but I just don't know how achieve this with Knime and looking for some helps. The scenario is, I have two data sets "Leads" and "Users Assigned to Countries". Base on the match on country, this logic should loop through the "Users Assigned to Countries" table and assign the owner on the leads table.
Is it possible to create this round robin logic in Knime? Appreciate the helps.
-Dan
Lead Id | Country | Owner |
---|---|---|
L1 | Canada | John |
L2 | Canada | Jake |
L3 | Canada | John |
Note: Owners came from "Users Assigned to Countries" below.
User | Country |
---|---|
John | Canada |
Jake | Canada |