getFormFieldValues Step

Last published at: June 21st, 2023

Description:

Get Form Field Values

Inputs

  • formInstanceID – Variable that holds the form instance ID
  • fieldMappings – Mapping of values to fields 
  • formID - Select Form Definition 

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

Example:

Let’s build and execute the getFormFieldValuesDef example.          

  • Create a new definition called “getFormFieldValuesDef
  • Select the definition and click the “design” button
  • Drag a getFormFieldValues step from the toolbox
  • Connect the dots between the start and getFormFieldValues step 

  • Click on the “getFormFieldValues” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Click on Mapping of fields to variables and add map fields to variables or Globals

  • Save the workflow definition, create a workflow instance and execute. Step should get form field values and assign them to given variable or global.