Forum Discussion
philippe1
Jun 23, 2026Copper Contributor
New workflow designer accessing environment variables
Hi, I really enjoy using the new workflow designer. I've a triggered workflow (Email arrives) that I added into a solution. I'd like to use environment variables from within the workflow. The varia...
Sep 18, 2026
philippe1 Have you found a workaround for this? I’m currently using the Environment Variable Value table, but this is only a temporary solution.
philippe1
Sep 18, 2026Copper Contributor
I'm currently calling an old style flow who returns the environment variable value.
It is a workaround but it works.
You also need to add a dummy input parameter to your flow otherwise it doesn't work.
I know it is a lot of workarounds