Hi,
When I try to launch a flow from powerapp in android
I got this error:
"code" : "InvokerConnectionOverrideFailed",
"message":"Failed to parse invoker connections from trigger 'manual' outputs. Exception: Could not find any valid connection for connection reference name 'shared_sql_1' in APIM tokens header."
Any Idea?
Hi, did you find a fix for this?
I am experiencing the same issue.
I don't have the issue from Android but have just had to work around an issue with exactly the same error message
- I have an app that triggers a flow as part of the app that runs a SQL stored proc, what I had to do was
- Sign out of power platform and close all browser windows (just to be sure!!)
- Sign back in
- Edit my flow and run a manual test to re-establish the connection (I saw an extra step as per this article Power Automate: Error while testing - Manuel T. Gomes (manueltgomes.com))
- Pass correct parameter values (basically, make sure the test completes successfully)
- Save the flow
I hope this goes some way to helping you.