Button no longer executes Power Automate Flow for all users except 2 co-owners of the app. This was not always the case. Something changed.
Expected Result: Flow is initiated.
Actual Result: Flow is never initiated.
Background
- The button function syntax is FlowName.Run(parameters)
- No Error Message Occurs
- No clues found in Azure Application Insights
- I run a Trace() statement before and after the button click
- The flow run history confirms the flow did not run
- Flow Trigger is PowerApps
Any suggestions are welcome! Any tips on using App Insights to diagnose are welcome!