I have a Power App where users review data captured in a SharePoint list. Due to the number of entries being reviewed, I pass the data from Power Apps to a Power Automate flow. The flow then updates the list. All of the connections within the flow are created with my credentials (not a service account).
The problem is that whenever a user changes their password using SSO, the flow fails the first time they try to use it. When a user refreshes the app, the flow works just fine. From what I understand, there is an issue with SSO updating the OAuth connections. Is there a way to solve this issue so the flow doesn't fail the first time? Would a service account help?