Announcements
Can't figure out how to create a gallery with a limit of 10 items and then for the remaining items to be on separate galleries
i.e
42 items
would create
10
gallery 1
gallery 2
gallery 3
gallery 4
2
gallery 5
and so on and so on
Hi @honganhuynh1 ,
Example below for rows 10-19 - you would need to code each gallery to suit the items required
With( { wData: ForAll( Sequence(CountRows(SPList)), Patch( Index( SPList, Value ), {RowNo: Value} ) ) }, Filter( wData, RowNo > 9 && RowNo < 20 ) )
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
Thank you! That worked, and makes sense I would have to create for each gallery.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 525 Most Valuable Professional
Haque 308
Kalathiya 234 Super User 2026 Season 1