Variables

Use variables to store and manipulate data in your workflow. You can define, use, and update workflow variables as many times as you need throughout your workflow. Variables are placeholders that store data that changes each time the workflow runs or even during execution of a single workflow instance. The variables can be referenced multiple times within actions throughout your workflow.

For example, you might want to save the name of an employee in a variable. The name of an employee is a string of characters so you would create a variable of type Text. The workflow could then store the name of the employee, such as "John Doe," in the variable.

Variable types

In NintexOffice 365, the different categories of variables that can be used in a workflow are given below:

Variable Type Description
Workflow Variables User-defined variables that you create to store values such as file paths, dates, workflow outputs Variable to store a value or file on completion of the workflow. and other data for use throughout the workflow.
Workflow Context Context variables that represent data related to the current workflow instance, such as current item or site URL and workflow name.
Start Variables

Workflow variables with the initiation option selected. Start Variables are used to get data from users when a workflow manually starts. To configure a variable as a start variable, select the Initiation option when creating a variable.