#env reference for Environment Variables
The value of using Environment Variables is obtained during Process development, especially when deploying a Process from one Environment to another.
Environment Variables are used in Processes with a #env reference and the syntax is #env.[variable_group].[variable_name].
โ
Example: #env.ExampleVariableGroup.Password
Below is an example of using Environment Variables in the Parameter Editor. The Username field is in the example text type, and the Password field is in the expression type field.
The next article is Introduction to Checking Which Processes Use An Environment Variable.