Google Sheet - Watch Rows module | Community
Skip to main content
New Participant
September 8, 2025

Google Sheet - Watch Rows module

  • September 8, 2025
  • 1 reply
  • 550 views

Hello Everyone 

Can anyone suggest how exactly this module works ? 
I dont see any details about the below in the documentation. 
Moreover unlike the documentation specification ,watch rows doesn't retrieve the list of updated rows but all rows. 

Is there a way to Iterate only on the newly added rows ? 

 

Thanks
Harish

1 reply

lgaertner
New Participant
September 9, 2025

Hi HarishDe,

 

 

Google Sheets > Watch Rows returns new rows added after the last time the scenario was run.

 

This should explain how to use it.

 

Regards

Lars

HarishDeAuthor
New Participant
September 9, 2025

Hi @lgaertner 

This is incorrect. 

I tried all options -- All, specific ID & manual 
When using any of the 3 - I was able to get all the rows NOT the newly added rows, unlike stated on the documentation.

lgaertner
New Participant
September 9, 2025

I just tried the module using 

Choose where to start: specific ID

 

Here I entered the row number of the last existing row.

 

Running the module now returned zero results, as expected, running it again after adding an additional row or additional rows returned that new row(s).