Google Sheets Add a Row - Automation is adding a new row above the header, not in the first empty row

Hi, the Add a Row module adds a new row above the header, not in the first empty row (or in this case it is the last row).

I found this topic but without a solution.

How can I fix it? Thanks.

Hey @alexandr.e
Remove this module and connect same module

I think it will work

2 Likes

Replace it with a new “Add a row module”
make sure table contains header is turned on and unformated is set to no

Welcome to the Make community!

Previously-asked similar questions were asked on this forum, but were inconclusive:

You’ll need to use Google Sheets “Make an API Call” module to call the spreadsheets.batchUpdate endpoint to request for a “InsertDimensionRequest”.

You may get something that looks similar to this by following the above documentation (this example is for DeleteDuplicatesRequest)

2 Likes

This worked for me - Google Sheets - Fixing the issue of row Insert happening at top of sheet

The client changed the spreadsheet without notice, and cell A1 was empty, causing the problem.

3 Likes

You can try locking the spreadsheet so that there is a warning when trying to edit it manually (doesn’t affect APIs)

2 Likes