Font Size:

API Connector Form Options plugin

Introduction

The API Connector can be used with the Form Options Data Store to dynamically populate a form with data from an API.

Get started

API Connector Process Tool plugin

  1. Click the form element on the canvas to open the Properties tab.
  2. For Or Load Data Form, select API Connector from the drop-down list.
  3. For API Connector, select the API connector created.
  4. For Select Operation, select the operation created in the API Connector Builder.
  5. Click Apply Change.

Properties configuration

Configure the following properties:

  • API Connector: Select the created API connector.

  • Select Operation: Select an operation created in the API Connector Builder. Depending on the operation selected, configure:

  • id:
    • Available with the GET and DELETE methods.
    • Specify the ID of the item to fetch or delete.
  • Payload:
    • Available with the POST and PUT methods.
    • Define the structure of the API in JSON or YAML format.
    • Add details like authentication methods, request parameters, query parameters, or more complex schemas.
  • Do not execute when no record ID?: Displays an empty form when there is no record ID, if checked.

  • Base JSON Object Name for Multirow Data: Configure the name of the base JSON object (e.g., name).

  • Primary Key: Configure the unique identifier of the JSON object (e.g., id). This is a mandatory field.

  • Manual Field Mapping: Allows for manual mapping of a field name to a JSON object name if the names are different when checked.

  • Field Mapping:

    • Field Name: Specify the field name.
    • JSON Object Name: Specify the corresponding JSON object name.

Related documentation

Created by Debanraj Last modified by Debanraj on May 04, 2025