I’m pulling data from Google Sheet to Webflow CMS, every time I Run Flow, I get duplicates of data from Google Sheet in Webflow. What I am looking to do is add new Row Data from Google Sheet when it updates into Webflow. How can I achieve this?
You’ll want to keep rows from your Pull from Google Sheet step that do not exist in your Pull from Webflow step. You can match on any shared column like name.
The resulting table will send rows from your Google Sheet to your CMS only if they don’t already exist within Webflow.