PowerPlatformConnectors/independent-publisher-conne.../Airtable
Woong bbc81251f4
Deprecate Airtable connector (#3328)
Due to Airtable requeirng PKCE. Custom connector does not support PKCE natively
2024-06-25 16:03:53 +05:30
..
apiDefinition.swagger.json Deprecate Airtable connector (#3328) 2024-06-25 16:03:53 +05:30
apiProperties.json IP Connector Airtable (#865) 2021-07-19 11:05:04 -07:00
readme.md IP Connector Airtable (#865) 2021-07-19 11:05:04 -07:00

readme.md

Airtable

Airtable is a cloud based spreadsheet-like service.

Publisher: Woong Choi

Prerequisites

You need to have an Airtable account. You can sign up for free.

Supported Operations

List Records

List records in the table.

Create a Record

Create a record in a table.

Retrieve a Record

Get a record details in a table.

Delete a Record

Delete a record in a table.

Update a Record

Update a record in a table.

Obtaining Credentials

The API key is all you need to call any of the APIs. You can access API key from accounts page.

Getting Started

Visit Airtable REST API documentations page for further details. You may need to sign in to Airtable to view.

Known Issues and Limitations

This connector cannot list bases as it require Airtable Metadata API. Further development is in plan for the API.

The response from the API is different for each table structure. You may need to use "Parse JSON" action to use the response to other action in Power Automate. It applies to "List Records", "Retrieve a Record", and "Update a Record" operation.

Deployment Instructions

Inport the swagger file in target PowerApps environment.