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:
-
Trigger on new Airtable records.
-
Search Rowsmodule on Google Sheets checking the unique identifier. -
Logical filter checking if
Total number of bundles = 0. -
Add a Rowexecution 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!