Limiting the number of entries on a list

Hi! I want to limit the number of entries a user can do on a list according to his/her current plan. What conditional / constrain or workflow should I set up in order to achieve this?

Thanks for your help!

Look at the :count

e.g. If you have an add button for example, you could disable this when the Do a search for XYZ items:count > plan_limit

1 Like

Oh, that makes sense! Thanks a lot for the idea Dave! I will definitively give it a try

1 Like