Hello,
I’m looking for a way to insert a row at the top of my Google Sheet table just below my column names, but at the moment I can only add a row at the bottom of my table.
I’ve read a solution that hides column A, but I want to keep this column.
Do you have a solution?
Thanks
You can make a batchUpdate call using the Sheets “Make an API call” module to specify the row number you want to insert…
For more information, see
Google Sheets Add a Row - Automation is adding a new row above the header, not in the first empty row - #4 by samliew, and
How to bulk update non-consecutive rows in Google Sheets using the batchUpdate API? - #3 by samliew
Thank you for your feedback,
However, I got an error like this: The requested URL was not found on this server.
I used the following URL request: https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}:batchUpdate , as indicated in the google documentation.
Do you have any idea why I’m getting this error?
You are likely using a full URL instead of a relative URL, as described below the URL field.