cs-icon.svg

Airtable

The Airtable connector lets you create/update/delete and fetch the records in Airtable.

Set up Airtable Connector

The Airtable connector lets you perform the following actions:

  1. Create Record
  2. Delete a Record
  3. Get Single Record
  4. Get Records
  5. Update a Record

Let’s look at each of them in detail.

Create Record

This action lets you create a record(s) in a table.

  1. Click Configure Action Step from the left navigation panel.
  2. Click Action Step to configure third-party services.
  3. Within the Configure Action Step, click the Airtable connector.
    Select_the_Connector_Airtable.png
  4. Under Choose an Action tab, select the Create Record action.
    Select_the_Create_Record_Action
  5. Click the + Add New Account button to add your Airtable account.
    Add_New_Account_Create_Record
  6. In the pop-up window, mark the checkboxes for all the OAuth permissions and then click the Authorize button.
    Click_the_Authorize_button
  7. Click + Add a base to add a new database or select an existing one. Click Grant access to allow access to Airtable.
    Grant_access
  8. Enter an Account Name and then click Save.
    Save_Account
  9. Select a Database Name/ID present in the Airtable account.
  10. Select a Table Name/ID to create a new record(s) in the selected table.
    Select_the_Database_Table_fields_Create_Record
  11. In the Record Data field, provide the value for the record(s) you want to create.

    Note: Below is a sample format to create the records. Here Name, Notes, and Status are column names of the table. You must provide values in key-value pairs.

    {
            "records" : [
                "fields": {
                    "Name" : "Demo",
                    "Notes" : "Demo notes",
                    "Status" : "Done"
                }
            ]
        }
    
    Enter_Record_Data_Create
  12. Click the Proceed button.
  13. Click the Test Action button to test the configured action.
    Test_Action
  14. Once set, click the Save and Exit button.
    Save_Exit_Create_Record

You have successfully created a record(s) in the selected table in Airtable.

Delete a Record

This action lets you delete a single record in a table.

  1. Under Choose an Action tab, select the Delete a Record action.
    Select_the_Delete_a_Record_Action
  2. Click the + Add New Account button to add your Airtable account.
    Add_New_Account_Delete_Record
  3. In the pop-up window, mark the checkboxes for all the OAuth permissions and then click the Authorize button.
    Click_the_Authorize_button
  4. Click + Add a base to add a new database or select an existing one. Click Grant access to allow access to Airtable.
    Grant_access
  5. Enter an Account Name and then click Save.
    Save_Account
  6. Select a Database Name/ID present in the Airtable account.
  7. Select a Table Name/ID to delete a record.
  8. In the Record ID field, select the ID of the record you want to delete from the Lookup dropdown.
    Select_Fields_Delete_Action
  9. Click the Proceed button.
  10. Click the Test Action button to test the configured action.
    Test_Action
  11. Once set, click the Save and Exit button.
    Save_Exit_Delete_Record

You have successfully deleted a record in the selected table in Airtable.

Get Single Record

This action lets you fetch the details of a single record from a table.

  1. Under Choose an Action tab, select the Get Single Record action.
    Select_the_Get_Single_Record_Action
  2. Click the + Add New Account button to add your Airtable account.
    Add_New_Account_Get_Single_Record
  3. In the pop-up window, mark the checkboxes for all the OAuth permissions and then click the Authorize button.
    Click_the_Authorize_button
  4. Click + Add a base to add a new database or select an existing one. Click Grant access to allow access to Airtable.
    Grant_access
  5. Enter an Account Name and then click Save.
    Save_Account
  6. Select a Database Name/ID present in the Airtable account.
  7. Select a Table Name/ID to fetch details of a record from the selected table.
  8. In the Record ID field, select the ID of the record you want to fetch from the Lookup dropdown.
    Select_Fields_Get_Single_Record
  9. Click the Proceed button.
  10. Click the Test Action button to test the configured action.
    Test_Action
  11. Once set, click the Save and Exit button.
    Save_Exit_Get_Singal_Record

You have successfully fetched the details of a single record from the selected table.

Get Records

This action lets you fetch the details of multiple records in a table.

  1. Under Choose an Action tab, select the Get Records action.
    Select_the_Get_Records_Action
  2. Click the + Add New Account button to add your Airtable account.
    Add_New_Account_Get_Records
  3. In the pop-up window, mark the checkboxes for all the OAuth permissions and then click the Authorize button.
    Click_the_Authorize_button
  4. Click + Add a base to add a new database or select an existing one. Click Grant access to allow access to Airtable.
    Grant_access
  5. Enter an Account Name and then click Save.
    Save_Account
  6. Select a Database Name/ID present in the Airtable account.
  7. Select a Table Name/ID to fetch details of a record(s) present in the table.
  8. In the Number of records field, enter the number of records you want to fetch from the selected table.

    Note: You can fetch up to 100 records.

    Select_the_Fields_Get_Records
  9. [Optional] Enable the Show optional fields toggle button to display the Sort Column Name, Order of Sorting, and Airtable Filter field.
    Column Name sorts the records based on the column names. The Order of Sorting field sorts the records in Ascending or Descending order. You can add a filter formula to fetch the record.

    Additional Resource: To learn more, refer to the Formula field reference document.

    Show_Optional_Fields_Get_Records
  10. Click the Proceed button.
  11. Click the Test Action button to test the configured action.
    Test_Action
  12. Once set, click the Save and Exit button.
    Save_Exit_Get_Records

You have successfully fetched the details of multiple records from the selected table.

Update a Record

This action lets you update a record in a table.

  1. Under Choose an Action tab, select the Update a Record action.
    Select_the_Update_Record_Action
  2. Click the + Add New Account button to add your Airtable account.
    Add_Account_Update_Record
  3. In the pop-up window, mark the checkboxes for all the OAuth permissions and then click the Authorize button.
    Click_the_Authorize_button
  4. Click + Add a base to add a new database or select an existing one. Click Grant access to allow access to Airtable.
    Grant_access
  5. Enter an Account Name and then click Save.

    Save_Account
  6. Select a Database Name/ID present in the Airtable account.
  7. Select a Table Name/ID to update a new record in the table.
  8. In the Record ID field, select the ID of the record you want to update from the Lookup dropdown.
    Update_Record_Fields
  9. In the Record Data field, provide the value for the record you want to update.

    Note: You need to add the values for each column to update the record. If any column value is not updated, then it will remain empty

    Record_Data_Update_Record
  10. Click the Proceed button.
  11. Click the Test Action button to test the configured action.
    Tset_Action
  12. Once set, click the Save and Exit button.
    Save_Exit_Update_Records

You have successfully updated a record in the selected table.

Was this article helpful?
^