
I have a solution with multiple powerapps and flows that I dev in an environment and move to prod as a managed solution in another.
I have an issue where none of my users can uses flows that get triggered from powerapps, with a message saying Connection not configured for this service.
This was perfectly fine when not packaging the system in a solution, but now no longer works for users.
I don't want to add users as owners to flows for obvious reasons. Is there a solution to this ?
When you package your flows and PowerApps as a managed solution and move it to a different environment, the connections used by the flows might not be configured in the target environment.
To resolve this issue, you need to make sure that the connections used by the flows are properly configured in the target environment. Here are the steps you can follow:
Open your flow in the target environment and navigate to the connections used by the flow.
Make sure that the connections are properly configured and authorized. If not, click the "Authorize" button to authorize the connection.
Repeat the steps for all the flows that are giving the "Connection not configured for this service" error.
Once all the connections are authorized, test your flows to make sure that they are working correctly.
Note: If you are using any custom connectors, you need to make sure that these connectors are also installed in the target environment.