Variables
You can create environment-like variables in workflow. This is helpful if you have shared settings or things like usernames you want to manage in a central place.
To create a variable, simply type in a name, value and description.
Afterwards, you can use that environment variable in a node using curly braces {{ }}
, e.g. {{ my_variable }}
.