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 Automate
Answered

Broken Connections

(1) ShareShare
ReportReport
Posted on by 352 Moderator
hi,
 
I have a service account and an user account . Yesterday all of their outlook and sharepoint connections got broken. All flows has an error now. What is the best way to handle this kind of situation? 
Categories:
I have the same question (1)
  • Suggested answer
    oyepanky Profile Picture
    488 on at
    Hi 

    This usually happens when the account password changes, MFA is re-enabled, or tokns expire.

    Fir Fix this

    Open Power Automate → Data → Conections.
    For ech broken connection, click Fix connection and re-authnticate using the correct credentials.
    Once reconnected, go to your affeted flows, open them, and make sure the connections are upated.
    Save and test ech flow.

    ANd For service accounts, set password to never expire (if allowed by policy) or use managed connections / service principals to avoid future breaks.

    Best Regards,
    Pankaj Jangid (OyePanky)
    Power Platform Developer
    YouTube: @Oyepanky

  • Suggested answer
    bssarita Profile Picture
    18 on at
    If its SharePoint Connection problem, when you open Power Automate with any login, a pop up appears will list of connections requiring to re-authenticate. 
     
    Also you can go through Power Automate → Data → Connections
     
    If using System account, Its a best practice to open the Power Automate regularly 3/4 months once, else it assumes account is idle and Suspends unused/frequently failing flows .
  • arcado Profile Picture
    352 Moderator on at
     
    Thanks for the responses ! :)
     
    I am wondering if I can do anything to avoid it or be notifited before I got an error 
  • Verified answer
    oyepanky Profile Picture
    488 on at
    HI @zbeg,
     

    The best way to avoid this issue is to use a Service Principal (Azure AD App Registration) instead of a user/service account.
    It doesn’t depend on passwords or MFA, so connections rarely expire — this is the most reliable long-term fix.

    Optionally, you can also create a small monitoring flow using the Power Automate Management connector to check connection status weekly and alert you if any are broken.


    For Power Automate Flow, Use the below 

    Create Scheduled Flow

    • Go to Power Automate → Create → Scheduled cloud flow
    • Run every 1 week (or daily if you prefer

    List Environments

    • Add action: Power Automate Management → List My Environments

    Loop Through Each Environment

    • Add Apply to each → value from previous step
    • Inside loop, add: Power Automate Management → List My Connection
    • Environment = items('Apply_to_each')?['name']

    Filter Broken Connections

    • Add Filter array
    • From: body('List_my_connections')?['value']
    • Condition (advanced mode):
      not(equals(item()?['properties']?['statuses']?[0]?['status'],'Ready'))

    If Broken Found → Send Email

    • Add Condition: length(body('Filter_array')) > 0
    • If Yes → Send Email (V2)
    • Subject: “⚠️ Broken Power Automate Connections Detected”
    • Body: Use Create HTML Table (input = Filter array output)

     

    Best Regards,

    Pankaj Jangid (OyePanky)

    Power Platform Developer

    YouTube: @Oyepanky

  • arcado Profile Picture
    352 Moderator on at
    Thanks @oyepanky

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard