Hi,
I'm trying to create a flow that will gather all the flows in an environment and list them so I can get their status so we can monitor for Flows that have been Turned Off.
This connection is being made as a Service Account we've created, the Service Account has been added as an Owner of the Flows we want it to be able to monitor and added to the Environment as an Environment Maker.
However, I'm getting the following error still.
Action 'List_Flows_as_Admin_(V2)' failed: You are not permitted to make flows in this 'Environment Name (Default)'. Please switch to the default environment, or to one of your own environment(s), where you have maker permissions.
I'm only checking against the default environment and this Flow is running inside of the default environment as well, so can I assume it needs further permissions to be able to list the Flows?
If so, what's the minimum permission level it needs to be able to return this information please? The error message says, "maker" but that doesn't seem to be the case.
Or is there an alternative way of getting this information?
Thanks in advance