# Round robin with threshold

**URL:** https://community.make.com/t/round-robin-with-threshold/5471
**Category:** Questions
**Created:** [December 9, 2022, 10:25am UTC](https://community.make.com/t/round-robin-with-threshold/5471 "2022-12-09T10:25:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![joy.lest](https://avatars.discourse-cdn.com/v4/letter/j/ed655f/32.png) [@joy.lest](https://community.make.com/u/joy.lest)
#### Post date: [December 9, 2022, 10:25am UTC](https://community.make.com/t/round-robin-with-threshold/5471/1 "2022-12-09T10:25:37Z")

</div>

Question-how would you set up a scenario based on this use case?

Leads are automatically assigned in [monday.com](http://monday.com) via Zapier to a sales person based on lead source. For example:

Leads from Facebook - Sales Person A  
Leads from Website - Sales Person B  
Leads from LinkedIn - Sales Person C  
…etc.

However when sales person A gets assigned to more than 10 leads per day, they want to reallocate the leads (in excess of 10) to other sales persons on a round robin fashion. They want to put a threshold of 10 leads per person and per day. Is this possible in Integromat/Make?

Any ideas? Love to hear your suggestions 😊🤍

---

<div class="post-metadata">

### Author: ![Wemakefuture](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/wemakefuture/32/103_2.png) [@Wemakefuture](https://community.make.com/u/Wemakefuture)
#### Post date: [December 10, 2022, 8:12am UTC](https://community.make.com/t/round-robin-with-threshold/5471/2 "2022-12-10T08:12:53Z")

</div>

1. Create Datastore (or any other DB / table tool - sheets airtable MySQL)
2. Add Salespeople to it
3. Create a column “count”
4. Build a scenario that counts plus 1 at the end of the assignment.
5. Second scenario that runs every 24h removing the counts from sales people
6. When hitting with a filter in the column count` > 10` go into a router with rollback function to randomly select a sales person (use random No.)
7. Assign deal, add counter to the other sales person.

Done

Cheers  
//TS

---

<div class="post-metadata">

### Author: ![Msquare\_Automation](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/msquare_automation/32/6634_2.png) [@Msquare\_Automation](https://community.make.com/u/Msquare_Automation)
#### Post date: [December 12, 2022, 6:25am UTC](https://community.make.com/t/round-robin-with-threshold/5471/4 "2022-12-12T06:25:55Z")

</div>

Hi @joy.lest

Please find below a detailed video on your requirement:  
https://www.youtube.com/embed/CRT1lT0bj54?feature=oembed

We hope this will guide you in the proper direction.

[MSquare Support](https://calendly.com/msquarepro/meeting)  
Visit us [here](https://www.msquare.pro/)  
[Youtube Channel](https://www.youtube.com/channel/UCqidlIIwbejxZmRUWBICcjQ)

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [September 7, 2023, 3:11pm UTC](https://community.make.com/t/round-robin-with-threshold/5471/5 "2023-09-07T15:11:11Z")

</div>


