Hello!
Overview: I have a PowerApp that serves as a Campus App for our company. Inside that application, we have a gallery that displays rooms in our building that are available to book. In some cases, we have over 100 rooms available to book, and don't want to display them all in the gallery at once (which may overwhelm the user). So...
Goal: ... our goal is to display 20 rooms at a time. And after each set of 20 rooms, we'd like to display a "show more rooms" button, which will show 20 more rooms (which brings the current total to 40). And if the user scrolls down to the bottom of that new set of 20, there will be another "show more rooms" button that when clicked, shows 20 more rooms (which brings the current total to 60) ... and so on.
Currently, our gallery AND "show more rooms" button are both fully functional. However, somehow our "show more rooms" button isn't showing up where we want it: in between each set of 20 rooms shown at a time.
^^ You can notice how it says there are 21 rooms available for booking
^^ And somehow the "Show More Rooms" button displays after the 4th room ... when we want it after the 20th room.
The "Show More Rooms" button lives inside of the gallery, but how would we get it to only show after/in between each set of 20 rooms?
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1