This script allows you to backup your Airtable data to Google sheets. It has support for attachment fields as well. Feel free to copy and edit the script (Give it a ⭐ when you do).
- Copy the files to Google Apps Script
- Assign your Airtable api key to
API_KEYconstant inApp.gs. Can be configured on https://airtable.com/account - Assign your root folder id to
ATTACHMENTS_ROOT_FOLDER_IDconstant inApp.gs. Attachments will be downloaded to this folder. - Add an
AirtableSyncitem to thethis.syncsprop for each view you want to backup
You should be good to go, run the script.