Limit user to unlock lead

Hello Bubblers,
hope you all are doing good.

Can some help me to get this functionality?
Limit the number of leads a user can unlock within a short timeframe (e.g., 10 unlocks every 30 minutes)

You could create a "leads_unlocked” number field on the user data type to track the count. Each time the user unlocks a lead, increment this field by 1. Only allow this action after a maximum time of another number field and a time (date) where you keep track of the number of minutes that have passed.

Hope the above makes sense. :slight_smile: