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 / "Grey-Screen-Sad-Face"...
Power Apps
Suggested Answer

"Grey-Screen-Sad-Face"-error across multiple Power Apps

(1) ShareShare
ReportReport
Posted on by

Hi everyone,

we are currently facing an issue across multiple Power Apps that we have not been able to resolve so far.

We are intermittently encountering an error (see screenshot attached, showing a grey screen with a small error icon), but the behavior is inconsistent and difficult to reproduce.

 

Problem description:

  • The error occurs across different apps that belong to different SharePoint lists, not just a single one
  • It affects multiple users and different devices
  • It is not reliably reproducible
  • Sometimes the app runs for a few seconds up to several minutes before the error appears
  • In other cases, the error does not occur at all

  •  

What we have checked so far:

  • Initially, we suspected an overloaded SharePoint list as a potential cause. However, even after significantly reducing/clearing the list, the issue still persists
  • We also used the Power Apps Monitor / diagnostics tools, but no clear or helpful error messages were identified

  •  

At the moment, we are struggling to identify the root cause.

Has anyone experienced similar behavior in Power Apps?

Could this be related to SharePoint performance, session issues, or something else entirely?

 

Any ideas, experiences, or hints would be greatly appreciated!

 

Thanks in advance.

I have the same question (0)
  • Suggested answer
    RaghavMishra Profile Picture
    198 on at

    Hi there,

    That generic grey screen with the sad-face icon is Power Apps’ fallback for an unhandled runtime error, so the goal is to surface the actual underlying error. Since it’s intermittent and spans multiple apps/lists, here are the documented tools that will help you pinpoint it.

    1. Capture the real error with App.OnError

    The OnError property captures all unhandled errors in your app. Add a formula there to log what’s failing - for example, store the error details in a collection (and optionally Notify() them) so that next time the grey screen would appear, you instead capture the message, source, and observed value. Also confirm formula-level error handling is turned on in app Settings (on by default for new apps, but some older apps have it off). Wrapping risky data calls in IfError / IsError also lets you handle failures gracefully instead of crashing the screen.

    2. Reproduce against a live session with Live monitor

    Run Live monitor against the published app while a user reproduces the issue. It streams every event, formula evaluation, and network/connector call in the session, so you can see exactly which operation fails (and its status code) in the moments before the grey screen appears. This is more revealing than the in-Studio checks, since it captures the real runtime session.

    3. What to look for

    Because it affects multiple apps over different lists, multiple users, and different devices, the common thread is more likely a shared dependency than any one list. In Monitor, watch for failing connector calls (timeouts, throttling/429s, auth/token expiry on long sessions) - these often show up as the screen appears after the app has run for a while.

    References (Microsoft Learn)

    Found this helpful? Please mark ✅ "Does this answer your question?" so others searching for the same issue can find it quickly. A 👍 on "Was this reply helpful?" or a ♥ Like is also much appreciated!

    Raghav Mishra - LinkedIn | PowerAI Labs

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 392

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 271 Super User 2026 Season 1

Last 30 days Overall leaderboard