Hi there,
I've made a few apps and tons of automations that tie into each other. the TLDR Version of my problem is I have 2 environments, DEV and PROD and have my apps and flows within a solution that i export from Dev and import to Prod. It works well enough.
I found that an issue I had was users didn't have access to run the flows built within the apps. A days of googling later I found that I had to add the user to a Security Group with 1 specific permission (If i remember correctly its called process).
My company locks the basic user role so i can't modify that. Is there anyway for me to either
A: Assign a security role to all users in the environment that allows that.
or B: have a flow that assigns a Security Role to a user (don't worry about the trigger I can worry about that. I'm just confused on the logic of it)