I have a set of Power Automate Flows that trigger on updates on a particular field. When I got to update this field, they no longer trigger. I have tried testing manually and the test screen sits there empty.
When I go to the flow, I see a red bar at the top that says – ”
There’s a problem that needs to be fixed to trigger this flow. To see more details, open Flow checker.”
When I go to the Flow Checker from this screen I can see the following error.
{
“error”: {
“code”: “0x80040216”,
“message”: “An unexpected error occurred.”
}
}
From there I don’t know what is not working correctly. I have gone so far as to give the app running my flows full admin permissions and still nothing triggers?
I tried changing the field that triggers the update to a bad field name and immediately received an error.
Is there anyway to diagnose what this error is?