• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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