Notifications
Announcements
what is the main use case of views in sharepoint list,lets say i created a viw depending upon the sort or a filtering condition. so if i access that list using powerapps will it affect the data loaded in the powerapps , lets say the first 500 rows are beign loaded in powerapps , does it load only the sorted or filtered data depending upon the views or it will simply load the first 500 rows
Hi @tmpandc,
Do you want to access to the List views created in SharePoint using Power Apps?
If so, I am afraid that Power Apps doesn't support the use of list views from SharePoint. You'll need to do the filtering thing in the Power App itself.
In a word, Power Apps will display the first 500 records by default if you don't have any Filter() function to filter records.
lets say i want to access the latest 500 rows of data , how can i do that, and another followup lets say i have about 5000 rows of data in the list will the powerapp can able to return the sorted or filtered data by sing formula or else there is an limit for that
To capture the first 500 record, just use a Gallery and set the Items property as:
Sort(List,Created,SortOrder.Descending)
Note that if you have the row limit set as 500 by default, the gallwey will aoways display the latest 500 records.
Power Apps could only display 2000 records at max.
If you have formula to filter or sort data, it will return 2000 based on the filter or sort condition at max.
so the concept is powerapps can retrive data only upto 2000 rows at once . if i filter or sorting will be applied to all the data in the list and retrive only the first 500 rows by default. is that right. because my list contains almost 10k rows of data
Hi @tmpandc,
@tmpandc wrote: so the concept is powerapps can retrive data only upto 2000 rows at once .
so the concept is powerapps can retrive data only upto 2000 rows at once .
Yes.
@tmpandc wrote: if i filter or sorting will be applied to all the data in the list and retrive only the first 500 rows by default. is that right. because my list contains almost 10k rows of data
No, 2000 if the max row limit for Power Apps to get records from data source. By default, it is 500, however we could raise it to 2000 at max.
Further, if you filter or sorting will be applied to all the data in the list and retrive only the first 500 rows by default if you set the row limit as 500. It will retrieve 2000 if you set the row limit as 2000.
Using a delegable function makes sense, here is a detailed doc related to delagation:
Understand delegation in a canvas app - Power Apps | Microsoft Learn
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 765 Most Valuable Professional
Michael E. Gernaey 343 Super User 2025 Season 2
Power Platform 1919 272