Variables

Variables are used in Workflows to store data to be used later. These variables can have their values set, used in logical comparisons, and have their values retrieved. A variable can only be used within the Workflow it was created in.

Variables are useful for situations such as:

  • Changing a piece of data over the course of multiple operations
  • Storing data to be used in logical comparisons
  • Improve readability for large operations in a block

Variables take string values as input, which can be evaluated as another data type when using comparators in the Logic Editor.