• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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

Moderator
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