Create a form variable

In this step, you create a form variable, as you may have multiple instances of an object in a form, such as when comparing two vehicles.

  1. On the Form variables tab, click New.
  2. Enter Vehicle as the Name.
  3. Select Data object as the Type.
  4. Click in the Value box, click Local Data Model and select Vehicle.
    New form variable dialog box
  5. Click Add.

Next, create an action that will call the web service and populate the fields in the data object variable. Continue to Create a form action to call the web service.