Hello,
I have the same error.
The apps and the flow run perfectly well when triggered by the owner of the app and flow. Then i shared, the app and the flow to a new user, execution only. And this error occurs when triggering the flow : here the full error :
{\"error\":{\"code\":\"ApiHubsRequestFailed\",\"message\":\"La demande a échoué avec l’erreur du client : « Input parameters are invalid. See details for more information. Details:errorCode: ParameterNotDefined. Message: Parameter 'workflowAuthorization' is not allowed on the connection since it was not defined as a connection parameter when the API was registered. ». L’ID de corrélation est « 8ceb6b1f-686c-4882-8238-f85afaad4eb3 ».\",\"details\":[{\"code\":\"MultipleErrorsOccurred\",\"message\":\"Plusieurs erreurs se sont produites. Consultez les détails.\",\"details\":[{\"code\":\"BadRequest\",\"message\":\"Input parameters are invalid. See details for more information. Details:errorCode: ParameterNotDefined. Message: Parameter 'workflowAuthorization' is not allowed on the connection since it was not defined as a connection parameter when the API was registered.\"}]},{\"code\":\"FullNonLocalizedError\",\"message\":\"{\\\"Code\\\":\\\"BadRequest\\\",\\\"Message\\\":\\\"Input parameters are invalid. See details for more information. Details:errorCode: ParameterNotDefined. Message: Parameter 'workflowAuthorization' is not allowed on the connection since it was not defined as a connection parameter when the API was registered.\\\",\\\"Target\\\":null,\\\"Details\\\":[{\\\"Message\\\":\\\"Input parameters are invalid. See details for more information. Details:errorCode: ParameterNotDefined. Message: Parameter 'workflowAuthorization' is not allowed on the connection since it was not defined as a connection parameter when the API was registered.\\\"},{\\\"Code\\\":\\\"BadRequest\\\"},{\\\"ErrorEntity\\\":{\\\"ExtendedCode\\\":\\\"14022\\\",\\\"MessageTemplate\\\":\\\"Input parameters are invalid. See details for more information. Details:{0}\\\",\\\"Parameters\\\":[\\\"errorCode: ParameterNotDefined. Message: Parameter 'workflowAuthorization' is not allowed on the connection since it was not defined as a connection parameter when the API was registered.\\\"],\\\"Code\\\":\\\"BadRequest\\\",\\\"Message\\\":\\\"Input parameters are invalid. See details for more information. Details:errorCode: ParameterNotDefined. Message: Parameter 'workflowAuthorization' is not allowed on the connection since it was not defined as a connection parameter when the API was registered.\\\"}}],\\\"Innererror\\\":null}\"}]}}
It's the same input between the owner and the user, and the flow is triggered by a button in Powerapps.
When the user click on the button, it doesn't seem to trigger anything in powerautomate, since it doesn't appear on the history of the flow.
Again, the flow is shared ( execution only ) with the user of the app, i already tried to delete and reinstall the flow in the app, no change.
Thanks for all
UPDATE : i tried to add a new to the app, with no input parameters needed, and the same error occurs
UPDATE2 : i shared the test flow as a co-owner to the user and it worked - of course it doesn't resolve our case because then the user can modify the flow, but at least some improvement