I have a canvas app , where i am calling a workflow , using this code:-
Set(varAppLink,GetEnvironmentVariables.Run("new_PowerAppsLink").value);
Set(varPermissionsGroup,GetEnvironmentVariables.Run("mlf_GroupsIDs").value);
Set(varShowTabs,GetEnvironmentVariables.Run("mlf_ShowAllTabs").value);
now this is working for all users on our development environment, but when i deploy this solution (as managed solution) to our PROD environment, all users except me is getting this error message "GetEnvironmentVariables.Run failed: connection not configured for this service" ...any advice?
The flow mainly get some environment variables any return them to power app, as follow:-
any advice? is this a permission issue?
@ManishSolanki thanks for the reply, but i did not share the flow with any users on the dev environment and it is working for them
Hi @johnjohn123
You need to share the flow to all the users or group to which canvas app is shared. Also make sure that users should have 'basic user' access role in the environment.
If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1