• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Google Sheets Delete Row

Status
Not open for further replies.
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
 

Fagun Shah

Well-known 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
They replied on my thread(private) that they have made the required changes and now it supports the selection of sheets instead of 1st sheet of the spreadsheet.

Check it from your side once.
 
Status
Not open for further replies.
Top