Help Centre › Building Processes
Process ENV variables
This article describes how to use ENV variables in RPA processes.
Description
ENV variables are used to store information that can be used across all steps in a process. This allows you to store information such as folder or file paths, sheet names, API keys, database connection strings, or any other information that you want to use in your processes.
Setting it up
Start off by creating the processes as you would normally do. Once it has been created, edit the process. {{popup:processes/edit}}
From the edit popup, at the bottom, you will find a rows where you can add Variables and Values. To add another ENV variable, click on +Variable.
If a variable called path is stored here, it is accessible throughout your process as {folder}.