0
votes

I am dealing with Google Sheets REST API. I want the latest created rows in my particular sheet. Is there any API method with which I can get only newly added rows inside my sheet?

1

1 Answers

0
votes

I don't think this feature is supported yet. The only possible operations are found in Sheet Operations and Row and Column Operations. You can check for empty blank cells but newly added rows, I think that's not possible.