📄️ Create a Data Flow
As activities run one after the other, they produce data. It can be a simple "success" or "failure" indication, or something more substantial such as a file content, a database record, or a user account name.
📄️ Workflow Variables
Workflow variables exist only within the scope of the current workflow. There are two types:
📄️ Using Variables Pane
When working inside the Workflow Builder, the Variables pane on the right gives you a one-stop place to keep track of all the variables that are used or can be used by the workflow, including non-workflow variables like global variables and module variables.
📄️ Global Variables
Global variables are available to all workflows in your VAR::PRODUCT instance and are managed from Main Menu > Repository > General > Variables. This type of variables can only be referenced in workflows and trigger conditions.
📄️ Module Variables
Module variables are a way to access data from your integrations. A module variable will be automatically created by VAR::PRODUCT for every data field in every form that you set in the module settings.
📄️ Set Variables in Workflows
When creating a workflow, variables are entered into activities where input values are expected. Once the workflow is created, the workflow editor can Set Variables for that workflow by clicking on the Set Variables button in the workflow toolbar:
📄️ Reset Variables
Once variables have been set (see Settings Variables in Workflows), the workflow editor can Reset Variables for that workflow by clicking on the Set Variables button in the workflow toolbar:
📄️ Select Variables
Users with Editing Permissions