How to Sync Airtable to Google Sheets Without Duplicates

Hi everyone,

I just published a step-by-step guide on how to handle database synchronization between Airtable and Google Sheets without generating duplicate rows in Make.

The logic used:

  1. Trigger on new Airtable records.

  2. Search Rows module on Google Sheets checking the unique identifier.

  3. Logical filter checking if Total number of bundles = 0.

  4. Add a Row execution only when true.

If you want to check the full tutorial with screenshots, here is the article: https://medium.com/@norabi81224/how-to-sync-airtable-and-google-sheets-without-duplicates-in-make-step-by-step-tutorial-2cd2e48df78f

Hope this helps the community!

1 Like