How to limit data list

I need help gurus :nose:t6:
Building my first bubble app and I am trying to limit a data list. I want the user of the app to input a number that would serve as the limit of how many rows of information can be entered by another user role. For instance, the number of rooms in a location would then determine how many room renters’ information and names can be entered for that location.

Thanks in advance

Hey! The easiest solution is likely to add a condition to the button that is used

to be disabled when the count of “things” created by the other user is equal to the number entered in the input by the

1 Like