Skip to main content
All CollectionsFrends FundamentalsFirst Introduction - Environment Variables
Introduction to Using Environment Variables in Processes (#var reference)
Introduction to Using Environment Variables in Processes (#var reference)
Ossi Galkin avatar
Written by Ossi Galkin
Updated over 7 months ago

#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.

Did this answer your question?