Create an Airtable API Key and locate your Base ID
To find your API key, navigate to your account page. On your account overview page, under the API heading, there’s a button that says “Generate API key.” The base Id can be found in the URL of the API page of the base. In the URL, the base Id is immediately afterhttps://airtable.com/ and starts with app. (You can also locate the base id by navigating to the Airtable Standard API page and clicking on the Airtable base that you want to use.)
Add the key to a secret group
Copy the the API key and base Id from the prior step. Then create a new secret group and paste the key into a new secret namedairtable_api_key and airtable_base_id.
Example code
Once you’ve completed the prior steps, create a new workbook, add a new import script to a sheet and copy + paste the script below. Once pasted select your secret group in the toolbar (make sure the key in the secret group is calledairtable_api_key and airtable_base_id).
You’ll want to modify the code below to reflect the table name and titles of the columns in the table you’re importing.
Secret groups Auth0

