Airtable New record created. Google Sheets Add row to spreadsheet.

Airtable → Google Sheet

Connect

NOTE: You MUST follow these instructions in the Google Sheet for this work: 1. Open the destination spreadsheet. 2. Select "Tools > Script Editor" from the menu. 3. Replace all code in Code.gs with the following: function PARSEJSON(json) { const obj = JSON.parse(json) return [Object.keys(obj) .map(function(key) { return obj[key] })] } 4. Select "File > Save" from the menu. Now any new row added to your Airtable base will add a row to your Google Sheet!

More on Google Sheets and Airtable

About Google Sheets

Google Sheets lets you create and edit spreadsheets stored on your Google Drive. Turn on Applets to monitor specific cells in your spreadsheets as well create news docs, rows, and cell updates.

Learn more

More integrations with Google Sheets

About Airtable

Airtable is the easy way to create your own organizational databases.

Learn more

More integrations with Airtable