Repeating Group "View All"

I have a requirement to show a “View All” link at the end of my repeating group list, since my dataset is large and it is not practical to make the user scroll endlessly.

Has anyone any experience of implementing such a feature? Thanks in advance for any guidance.

1 Like

Sure. I’ve got an idea about how you can do it without using a separate repeating group.

We can set a custom state when the button “View more” is clicked then use that as a conditional to set how many data items should display on the repeating group.

We can hop on a quick call so I show you how it’s done.

Hello, thanks a lot for your response, appreciate your help.

My reqmt was slightly different actually - i need to show a few records in the repeating group and there will be a row at the end wwith a link called “View All”…clicking on the link will open up all the RG items with their details in a separate page…and right now the repeating group gets its data from a Search&Autocorrect element

Oh I see.
That shouldn’t be too hard to do. Send me a message, let’s have a call to solve the issue

I’m not really great at explaining over text

If you didn’t set fixed numbers of rows the RG by default displays all the items and it loads them gradually as the user scrolls, If you want it to load all items immediately check the “show all items immediately” checkbox. So just add the RG with these settings to the separate page.