How to get Row Number for "add new row"

Marketer

Member
In Google sheets actions, I'm using "add new row" and I want to get the row number the data is added in result

and I want to perform some calculation and other actions based on row number

I don't see row number is returned in the return inside pabbly,

How do I get row number
 

Fagun Shah

Well-known member
You will get UpdateRange in Add New Row action's response,then do this -

1636102687824.png
 
Top