Querying Form Data

Prev Next

Form data is passed into a workflow through a formData field, which is available as a job variable in Workflow Builder. You can use the query task in Workflow Builder to access data that is stored in different containers within the formData object.

Of note, the formData object will not appear as a job variable option initially.

11_jobOptionsFormData

It must be added manually using the EDIT button to the right of the job options.

12_editFormData

Once the formData option is added manually, it will be available as a job option in other tasks throughout the automation.

The following is an example of querying form data on the automation canvas.

13_canvasExample