Add "next page" to a repeater.

I have limited the number of items that appear in my repeater to 9 (to offer a faster browsing experience). Of course, my data collection has more than 9 items and I’m looking for a “next page” icon in order to let website visitors advance to see other items beyond this limit of 9. How to I “unlock” this functionality so that my visitors can see beyond the 9 items.

Hi :raised_hand_with_fingers_splayed:

I assume that your repeater is connected to a dataset, if so, you can use the function nextPage() to bring the next 9 items.

Hope that helped~!
Ahmad