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 / Select function is out...
Power Apps
Unanswered

Select function is outside the bounds of the gallery items

(0) ShareShare
ReportReport
Posted on by 187

I have a Pagination group wherein it uses the Sequence function for page numbers in the pagination gallery. I also have a button at the end that shows the last page number that is selectable to go to that last page in the gallery. It all functions properly except for the select function, when selecting the last page number or even any page numbers greater than 4 it will throw the "Row or column passed to the select function is outside the bounds of the gallery items"

 

It's like it can only select the first 4 records in the gallery however I set the items property of the pagination gallery to be paginated as well e.g. 1 2 3 4 -> selects more -> gallery pagination items: 5 6 7 8.

 

On Select of next button:

UpdateContext({varSelectionNumber: RoundUp(CountRows(datasource)/2,0)});
UpdateContext({varPageNumber: RoundUp(CountRows(datasource)/2,0)});
ClearCollect(colCurrentSelection, LastN(FirstN(colPageNumber,4*varSelectionNumber), 3*1));
Select(galPagination, varPageNumber)

Items of pagination gallery:

If(varSelectionNumber=1, FirstN(colPageNumber,4*varSelectionNumber), LastN(FirstN(colPageNumber,4*varSelectionNumber), 4*1))

Revlock97_1-1679298938451.png

 

 

Categories:
I have the same question (0)

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard