Airtable
Use the Airtable API to create, read, update, and destroy records in your Airtable Base.
Review the official Airtable API Documentation 📖
Note that "options" are optional, other variables are required 👍
Formula
Retrieve all existing records in a defined table.
Retrieve an existing record in a defined table.
Delete an existing record in a defined table.
Update an existing record in a defined table. ("record" must be in JSON format and include the record_id of the record to update)
Create a new record in a defined table. ("record" must be in JSON format)
Missing a formula? Suggest one here 💡
Navigation
Page
60 second getting started guide.
Answers to frequently asked SheetLink questions.
Powerful functions unique to SheetLink.
Control the request to and response from any application.
🚑 Need Help?
You can always contact us via support@sheet.link or by messaging us on Twitter @SheetLink
Last updated