Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The API Connector Builder allows the app designer to use a third-party API service based on an OpenAPI Specification OAS document to make the integration easier by configuration through UI.  In the builder, an app designer can just upload an OAS document and pick the API endpoints they want to use in app design/integration. Then, the created API connector can be used with the following API connector plugins.

Get started

API Connector Form Load plugin

  1. In Form Builder, navigate to the Settings tab.
  2. Under Advanced, for ForLoad Data From, select API Connector from the drop-down list.
  3. For Save Data To, select API Connector from the drop-down list.
  4. For Post Processing Tool, select API Connector from the drop-down list. 
  5. Under Configure API Connector, for API Connector, select
  6. Image Added

Properties configuration

Load Data From (API Connector): Configure API Connector:

  • API Connector: Select the API connector created.

...

  • Do not execute when no record id?

...

  • : Checking this option displays a blank form when there are no records.
  • Select Operation: Select a GET

...

  • operation created in the API Connector Builder.

...

  • Image Added
  • Base JSON Object Name for Multirow Data

...

  • : select the

...

  • name of the base JSON object (e.g.,

...

  • name).
  • Primary KeySelect a primary key.
  • Manual Field Mapping: If checked, you can manually map fields if the field name and JSON object name do not match.
    • Field Mapping:
      • FIELD NAME
      • JSON OBJECT NAME
  • Handling for Field Workflow Variable?: Update workflow variable on form field. Not applicable for grid elements.

  • Handling for Uploaded Files?: Store uploaded files to "app_formuploads" based on form properties table name.
    Image Added

Related documentation

...