Is there a way to only load a certain amount of items of a repeating group? then Add a button or text to display the rest?
- Create a custom state called IndexTo.
- Set its type to number.
- Set its default value to whatever amount you’d like to show (lets say 10).
- Change your current RG source to "Search for thing :items until #IndexTo
- Create a button e.g called Show More
- Edit its workflow to change the custom state (IndexTo) to 20.
Hope this help