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 / Form no items to display
Power Apps
Unanswered

Form no items to display

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I have a form that is connected to a SharePoint list that allows users to edit fields within it, the form onSuccess property is set to Back() and when a user submits their changes it takes them back to the previous form view and works fine for the first 101 items in the SharePoint list, but any items that I try to edit from 102 onwards it goes back to form view but will immediately show the no items to display message, it still updates the SharePoint list but would be grateful if anyone could help with what is causing this behavior?

 

Regards

Sean 

Categories:
I have the same question (0)
  • Hassan_SZ_365 Profile Picture
    542 on at

    Hi @Sean_Francis ,

     

    Follow these few steps:

    1. Check the Delegation Limit: In the PowerApps Studio, go to "File" > "Settings" > "Advanced settings" and check the "Data row limit for non-delegable queries" setting. Consider increasing it to the maximum of 2000 if it's not already set to that.

    2. Review Non-Delegable Queries: If your form or the previous screen uses functions like Filter, Search, or LookUp with non-delegable queries, this could be causing the issue. Make sure all filters and lookups are using delegable queries.

    3. Optimize Your SharePoint List: If possible, structure your SharePoint list and queries to fall within delegable limits. For example, use indexed columns in SharePoint for filtering in PowerApps.

    4. Use ClearCollect: On the previous screen before the form, instead of directly querying the SharePoint list, consider using ClearCollect to collect the items into a collection. This can sometimes bypass delegation limits for operations within the app. However, this is only practical if the total number of items in the list does not exceed the delegation limit after being collected.

    5. Post-Submission Handling: After submission, ensure that the form is properly reset or that the correct item is selected for display. Use ResetForm() or set the form's Item property to a valid record.

    6. Debugging: After submitting the form, use the Notify() function to display any potential errors or messages that could help you understand what's happening.

    7. Form Refresh: If you have a gallery or list that the user selects an item from to edit, consider refreshing that data source upon returning to that screen. You can use the Refresh() function in PowerApps to refresh the SharePoint list.

    Best Regards,

    Hassan Raza

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard