Form Variables

Understand how to use form variables

Last published at: April 15th, 2026

You can watch the YouTube video here. 

 


 

Access forms and their field values in the process workflow through Form Variables. 

Consider an application form designed to accept "leave from work" requests, as shown in the sample below. 

 

Generate and execute a new form instance to submit the form.

 

Once the form values are available in the form instance, the next step is to define a process workflow and access it through form variables. The decision step evaluates based on the form variable values. 

 

Once the form values are available in the form instance, the next step is to define a process workflow and access it through form variables. A decision step evaluates the form variable values to determine feasibility.

To add the form schema and define form variables, navigate to Action > Manage Form Variables, as shown below. 

 

Select the Form (Schema) Definition from the dropdown list. Add a form variable formVar and click on the Add button to confirm. 

 

Select the variable from the list to view the form schema, as shown below.

 

Once Form variables are defined, they should be accessible within the properties of any workflow step. The following keyboard shortcut, Alt + F, should display a defined form list, similar to variables and globals. The other way to access it is to provide a type-ahead on any control; the type-ahead will start with the keyword Form and the form variable object defined above. Using the “Form.formVar.” reference, select the form variable from the list.   

 

Invoke the expression builder using the Alt+E shortcut key to complete the condition expression as below.  Use multiple form variables in the process workflow with the syntax Form.formVar.