Good morning.
I have several workflows that, when executed, publish output to different folders depending on the environment.
To retrieve the environment variable I have utilized the "GetEnvironmentVariable" function.
All the Flow on server execute correctly, except for one that returns me the following error:
Errors
- Parse Error at char(1): Restricted Environment Error: The GetEnvironmentVariable function is prohibited based on current run mode settings. (Expression #29) (ToolId: 880)
I tried running it on local designer and it works correctly by depositing the file in the same folder as the other flows..
The function in the formula tool is identical for all flows and the settings are as well.