Environments

An environment is a set of one or more variables that you can reference when designing workflows. Environments help you segregate different variable values for different context. For instance you might have a variable {{baseUrl}} being used in a workflow that has one value for a staging environment but a different value for production environment. All the variables referenced in the current workflow take their values from the selected environment (until and unless they are defined using other means. See Request Node and Set Variable Node for other ways to define variables)

Create an environment

  1. Select Environments from the sidebar

  2. Click the kebab menu icon and select create new environment.

  3. Enter the name of the new environment and you should see it in the sidebar when created.

Add environment variables

  1. Select an environment from the sidebar that you wish to edit.

  2. Once the selected environment tab is open, select Add Variable , enter key and value pair.

  3. After adding click save in the top right corner to start using the added variables.

  4. Each added environment variable is displayed in a list that you can remove/delete using the delete icon.

Switch between environments

Select any workflow, then from the top right corner select Select environment. It will display a drop down list of all available environments. Choose any one of them to starting using it's set of variables.

Last updated