web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / 40 List items, 10 on e...
Power Apps
Answered

40 List items, 10 on each gallery 4 galleries - is this possible?

(0) ShareShare
ReportReport
Posted on by 302

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

10

gallery 2

10

gallery 3

10 

gallery 4

gallery 5

and so on and so on

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,540 Most Valuable Professional on at

    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

     

  • honganhuynh1 Profile Picture
    302 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 308

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard