Show Next 50 Items In Repeating Group

Hello,

I have a Pinterest style repeating group with a “load more” button. How do I have the repeating group display the next “50” items in the list and have them added to the current displaying list?

2 Likes

I haven’t tried it but perhaps you could set the repeating group to “Full list” and control the number of items yourself with an expression like this:
Do a search for THING:items until #25

So initially the search would return only the first 25 items. If you replace the 25 by a dynamic value, you could then increment that value by 50 every time Load More is clicked.

1 Like

Thank you. I was able to get this working using your approach and custom states.

1 Like

This topic was automatically closed after 69 days. New replies are no longer allowed.