Variables
variableName
variableA + variableB
anotherVariable != False
All variables present in the current expression scope are available for use. This includes:
- User-defined variables within the workflow
- Arguments of all activities in the workflow
Variables are accessible via their plain text name and will be displayed as autocomplete options. You can enter the first few characters of the variable, and the system will complete the name with the accessible variables for the workflow.
Variables will always be of one of the five Value types:
- Boolean, Number, String, Object, Array
↑