Records inserter (deprecated)

[apis/airtable/Records inserter (deprecated)]


Inserts a list of records into the specified AirTable table. If the table already contains data, the records are appended. The input received on parameter table must match the target table schema. For detailed parameter information, see the AirTable API documentation: https://airtable.com/api/meta


Keywords: airtable insert upload

Input ports

  • base ID: string

    Receives the AirTable BaseID parameter.

  • table name: string

    Receives the table name to insert the records into.

  • API key: string

    Receives the API key to authenticate with.

  • table: {string: any}[]

    Receives the table of data to insert.

Output ports

  • response body: any[][number][]

    Outputs the response from AirTable.

Last updated