• 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.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

Deleting One Row in Google Sheets

Hey Team,

I have a number of workflows that end with deleting one row in Google Sheets. However, it is deleting more row when these workflows run.

The spreadsheet looks like this:

Screenshot 2024-02-21 at 7.17.09 AM.png


And I simply want to delete row number two. Here's what I have in the workflow.

Screenshot 2024-02-21 at 7.18.02 AM.png


Why would this delete more than one row? More importantly, how do I make the workflows only delete row number two?

Thanks for the help.

Cheers!
Shea
 

ArshilAhmad

Well-known member
Staff member
The 'Delete Row(s)' action step can delete a single row at a time. This action not only deletes the content of Row 2 but also the entire row. So, when Row 2 is deleted, Row 3 replaces its original position, and now it becomes Row 2.

If you want only the content of Row 2 to be deleted while keeping the position of other rows unchanged, you would have to use the 'Update Row' action step.
 
Top