SheetLink
Searchβ¦
π
Welcome
π
Quickstart
β
FAQ
π
Security
Formulas
π
Apps
Webflow
HubSpot
OpenAI
Memberstack
Slack
Twitter
Gmail
Respond.io
Airtable
bit.io
MetaWeather
CoinMarketCap
Bannerbear
NFTPort
OpenSea
Stripe
Moralis
π
Functions
πͺ
"options"
Powered By
GitBook
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
=Airtable(
"options"
)
Interact with the
Airtable
API using only the SheetLink
"options"
β
=Airtable_GetAll("base_id" ,"table_name" ,
"options"
)
Retrieve all existing records in a defined table.
=Airtable_Get( "base_id" ,"table_name", "record_id" ,
"options"
)
Retrieve an existing record in a defined table.
=Airtable_Delete( "base_id" ,"table_name", "record_id" ,
"options"
)
Delete an existing record in a defined table.
=Airtable_Update( "base_id" ,"table_name", "record" ,
"options"
)
Update an existing record in a defined table. ("record" must be in JSON format and include the record_id of the record to update)
=Airtable_Create( "base_id" ,"table_name", "record" ,
"options"
)
Create a new record in a defined table. ("record" must be in JSON format)
Missing a formula?
Suggest one here
π‘
Navigation
Page
π
Quick Start
β
60 second getting started guide.
β
β FAQ
β
Answers to frequently asked SheetLink questions.
π οΈ
Functions
β
Powerful functions unique to SheetLink.
πͺ
"options"
β
Control the request to and response from any application.
π Need Help?
You can always contact us via
[email protected]
or by messaging us on Twitter
@SheetLink
β
Previous
Respond.io
Next
bit.io
Last modified
8mo ago
Copy link
Contents
Navigation
π Need Help?