Bi-directional sync between Webflow and Airtable/Google sheets

I would like to add in new rows or update values in existing rows to Webflow from Airtable/Google Sheets and also add in new rows or update values in existing rows to Airtable/Google Sheets from Webflow.

Also, doing in batches of X rows to overcome the limit errors.

Did anyone already built a flow for this or have a solution for this use case?

Hi Vamsi,

Your flow would look something like this:

You’re pulling in your Webflow and Airtable data, comparing the two databases by some matching reference field (like the name of the row, or a unique ID per item if you have one), then exporting whatever is missing from the other.

You could also add in a column to your Webflow and Airtable db’s that says something like “Exists in both Airtable and Webflow?” and you could mark that as “yes” (through some other steps not shown above).

You could then add a filter step to filter out any rows where that is marked “yes” so that you don’t run the flow over the same data over and over again.