• 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

How to Add Rows in Google Sheets Without Overwriting Formulas?

sven-bo

Member
I’m having trouble with Google Sheets when adding new rows through Pabbly.

I want to add a new row to my spreadsheet but only update specific columns. For example, I have formulas in some columns that should not be touched. In my simplified example (see screenshot attached):
  • I want to enter First Name and Last Name in columns A and B.
  • Column C has a formula (e.g., =A2&" "&B2) to automatically combine the values.
When I try using the "Add New Row"-Action to leave the column blank using {{blank}}, {{skip}}, or leaving it empty in Pabbly, it overwrites the formula in column C with a blank value, which breaks the formula.

How can I add new rows while updating only specific columns without affecting formulas in other columns?

Thanks in advance!
 

Attachments

  • GS_Example_1.png
    GS_Example_1.png
    16.9 KB · Views: 17
  • GS_Example_2.png
    GS_Example_2.png
    19 KB · Views: 15

Preeti Paryani

Well-known member
Staff member
Hello @sven-bo,

The Google Sheets "Add New Row" API endpoint replaces any field containing a formula with a blank value upon execution. Unfortunately, this is how the endpoint functions, and we do not have a way to preserve the formula while adding a new row.
 
Top