• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Airtable

Status
Not open for further replies.
Airtable is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet. The fields in an Airtable table are similar to cells in a spreadsheet, but have types such as 'checkbox', 'phone number', and 'drop-down list', and can reference file attachments like images or any other table record.

Following field types (columns) have been excluded from the Airtable Integration in Pabbly Connect. Since, these fields (columns) are special field types where the values in the field are computed by Airtable automatically, rather than directly edited by users.

So, the below Airtable field types (columns) are not visible in Pabbly Connect.
  • Formula
  • MultipleLookupValues
  • CreatedTime
  • LastModifiedTime
  • AutoNumber
  • CreatedBy
  • Count

Collaborator field types accepts a JSON object containing email or email and name of the collaborators as shown in the following examples:

Code:
{
  "email": "[email protected]",
  "name": "John Doe"
}

Or you can pass only the email of the collaborator in a JSON object:

Code:
{
  "email": "[email protected]"
}


 
Last edited by a moderator:
Status
Not open for further replies.
Top