aidan cottrell
Member
Hi, with the Google Sheets delete row action, it appears that a sheetId (gid) of has been hardcoded to "0", as you state that the selected sheet must be at the first index of the spreadsheet to make the action work.
Can you adjust the api call so that we can specify other sheets? Seems like it would be a pretty simple fix as you are already getting the sheet objects from the connection.
"updateDimensionProperties": {
"range": {
"sheetId": sheetId,
"dimension": "ROWS",
"startIndex": 0,
"endIndex": 3
Can you adjust the api call so that we can specify other sheets? Seems like it would be a pretty simple fix as you are already getting the sheet objects from the connection.
Row & column operations | Google Sheets | Google for Developers
developers.google.com
"updateDimensionProperties": {
"range": {
"sheetId": sheetId,
"dimension": "ROWS",
"startIndex": 0,
"endIndex": 3