Announcements
A likely reason this stopped working is that the app is using ClearCollect in App.OnStart to load SharePoint data into a collection.
This is not delegable, which means Power Apps may only pull part of the list. If the list has grown, the records you expect might no longer be included, so the gallery can show 0 items even though the data is still there.
Another possible reason is timing. Microsoft also says the app screen can load before App.OnStart has finished, so the collection may not be ready when the gallery tries to display the data.
The best next step is to stop using the SharePoint collection for this gallery and instead connect the gallery directly to a Filter / SortByColumns formula against the SharePoint list. Also, if you are filtering on a Person column, use Email or DisplayName only.
I would also recommend checking App Checker / Monitor to see whether the query is failing or showing delegation warnings.
Best regards, Valantis
✅ If this helped solve your issue, please Accept as Solution so others can find it quickly. ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :). 🏷️ For follow-ups @Valantis. 📝 https://valantisond365.com/
Thanks for the update. Since the direct Filter / SortByColumns query is also failing with a lookup threshold message, this now looks more like a SharePoint list design / threshold issue than just a Power Apps formula issue.
The most likely cause is that the main SharePoint list has too many complex columns involved, such as People, Lookup, or Managed Metadata columns. Microsoft documents that these count toward the SharePoint lookup threshold, and once that threshold is hit, queries can start failing.
My recommendation would be:
review the main SharePoint list and reduce unnecessary People / Lookup / Managed Metadata columns where possible
use simple columns for app filtering, such as plain text for email or status, where practical
avoid loading the full SharePoint list with ClearCollect on startup
keep the gallery directly connected to SharePoint with a delegable Filter / SortByColumns formula
make sure the columns used for filtering and sorting are indexed
So in short, this now seems to be a SharePoint threshold/schema issue, not only an app formula issue.
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 273
Kalathiya 232 Super User 2026 Season 1