hey, i need some help
I have a repeating group where users can add items to, it has no fixed rows(min height 50 px).
My app is set up as a subscription(with multiple “levels”). For 1 of the levels the user can upload 50 items to the repeating group, and the other they can upload 100 items.
How would i go about limiting this for the user? I have tried conditionals (if users subscription is x then row = 50 - for example), but when i make the rows fixed with 50 or 100 items, the repeating group looks totally screwed up
How to do this?