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 / Show error each time i...
Power Apps
Unanswered

Show error each time it happens

(0) ShareShare
ReportReport
Posted on by 9

Hi all,

 

I'm not sure if what I'm looking for is possible, but basically I have a button that triggers a flow.

Sometimes that flow gives an error on PowerApps itself, like "Connector not configured" and such.

 

My issue is, that if the error message appears with the red banner at the top of the screen and the users clicks de X to close it, when you click on the button again, the error doesn't show again. It only shows if you reload the whole page, which is not ideal.

 

Is there a way to show the error message each time it triggers?

Categories:
I have the same question (0)
  • Fredrik_A Profile Picture
    3,644 Super User 2026 Season 1 on at

    I would make your own popup, just like the scenario described here but instead of navigating to a screen, show ur custom made pop-up 🙂 

    Solved: Flow validation in PowerApps - Power Platform Community (microsoft.com)

  • SebS Profile Picture
    4,863 Super User 2026 Season 1 on at

    @User_8734 

     

    Go to settings and enable formula level error management

     

    SebS_0-1685359017222.jpeg

     

     

    Than You can wrap your flow like this 

     

    // Your Flow
    If(
     IsError(
     YourFlow.Run("variable")
     ),
     // On failure 
     Notify(
     "Error: Something go wrong",
     NotificationType.Error
     ),
     // On success or You can add Message
     Navigate('Success Screen')
    )

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard