A new area for me is adding limits to the number of times someone can hit create/save/submit etc. so that they don’t create an infinite number of things.
Has anyone gone down this path?
A new area for me is adding limits to the number of times someone can hit create/save/submit etc. so that they don’t create an infinite number of things.
Has anyone gone down this path?
There’s a million ways to approach this. Please elaborate on your specific use case.
Have a condition on the button’s workflow Do a search for [your thing]
with the constraint Created by = Current User
then after the search do :count ≤ [your limit]
Then right click the workflow → Copy/paste and flip the sign to >
on one of them and delete the actions and make it show red text saying they’ve hit their limit
Thanks! @tylerboodman’s was sufficient for now
This topic was automatically closed after 70 days. New replies are no longer allowed.