Create form action to display data

Now, create an action to display the data (show vehicle details) in the Data object variable (Vehicle) on the form.

  1. On the Actions tab, click New.
  2. Select Data object as the Type.
  3. Enter ShowVehicleDetails as the Name.
  4. Select Vehicle as the Data object variable.
  5. Select Get Fields as the Operation.
  6. Configure mappings (Target to Source/Value) as shown below.
    Show vehicle details
  7. Click Add.
  8. Call the action on the button click:
    1. Go back to the form Design tab.
    2. Select the Get Details button.
    3. In the button properties, select the Events tab.
    4. Click the Clicked link for the Event.
    5. Click Add and select the ShowVehicleDetails action, and then click Done.
    6. Click Save.

Continue to Release your form.