workflows.fit
Back to n8n workflows
n8n templateFreeBy Tom

Identify new Google Sheets rows

![image.png](fileId:652) 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: - A uni...

Data & StorageProductivityCore NodesManual TriggerIfNo OpGoogle Sheets
Loading interactive preview...

Template notes

![image.png](fileId:652)

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: - A unique identifier for each row is required - A column used to differentiate new/processed rows is present

Our example sheet looks like this:

![image.png](fileId:649)

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](fileId:650)