Skip to main content

Hi everyone!

I have an Airtable database with 5 tables in it, and each table has at least 300 records in it.

I'm trying to set up an automation that every weekend, it creates a CSV file/excel with the database records and store in a Google drive. 

I'm looking for a way to automatically back up my Airtable data to Google sheet every weekend so I don't lose them. 

Is this possible pls?

Hi ​@Lynds 

You can manually duplicate a Base.

You can manually export Base Tables to CSV.

Otherwise, it will involve using the Airtable API to automate the data exports as backups: https://support.airtable.com/docs/api

Perhaps look into existing apps that can be connected to Airtable that will do the scheduled CSV exports of Airtable Base Tables.

e.g. miniExtensions: https://miniextensions.com/airtable-csv-export/


Hi ​@Lynds 

You can manually duplicate a Base.

You can manually export Base Tables to CSV.

Otherwise, it will involve using the Airtable API to automate the data exports as backups: https://support.airtable.com/docs/api

Perhaps look into existing apps that can be connected to Airtable that will do the scheduled CSV exports of Airtable Base Tables.

e.g. miniExtensions: https://miniextensions.com/airtable-csv-export/

 

Thanks a lot Troy, this is really helpful.