๐Ÿ”ฌ Identify new Google Sheets rows

โšก 4,838 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

image.png

This workflow identifies new rows in Google Sheets using a separate column keeping track of already processed rows.

For this approach to work, the sheet needs to meet two requirements:

Our example sheet looks like this:

image.png

So the row identifier is named ID, the new/processed column is called Processed. Update the workflow accordingly if your columns have different names.

Now if the workflow runs, it discovers all three rows as new. After processing them, it will add a timestamp to the Processed column:

image.png

The next time the workflow is executed it will skip the existing rows and only process newly added data:

image.png

image.png

๐Ÿ”— Nodes Used

Google Sheets, Interval, Start

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup