• 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 - Update Range Values for formulas does not seem to work

Davi

Member
Your Task History ID
IjU3NjUwNTZiMDYzMDA0MzA1MjZlNTUzNDUxMzYi_pc
Hi,
I need to populate my spreadsheet with formulas into an array in google sheets, range A1:B1
I understand that when I use text as value I need to use the symbols "" to get it to work, but since my formulas also have these same "" into them I think that might be the issue tha gives me an error 400 - Invalid JSON payload received. Unknown name "": Root element must be a message.

This is the formula that I need to use in the Update Range Values feature from google sheets (A1:B1). the formula is been duplicated

["=iferror(INDEX(INDIRECT("TXT_received!B"&"2:B1000"),SMALL(IF(INDIRECT("$A"&ROW())=INDIRECT("TXT_received!A"&"2:A1000"),ROW(INDIRECT("TXT_received!A"&"2:A1000"))-1),AS$1)),"")","=iferror(INDEX(INDIRECT("TXT_received!B"&"2:B1000"),SMALL(IF(INDIRECT("$A"&ROW())=INDIRECT("TXT_received!A"&"2:A1000"),ROW(INDIRECT("TXT_received!A"&"2:A1000"))-1),AS$1)),"")"]

Please, can someone help?
Thank you
 

ArshilAhmad

Moderator
Staff member
Hi @Davi,

Please allow me some time to discuss the possibility of your use case with my team. We will get back to you with an update soon.
 

ArshilAhmad

Moderator
Staff member
I had a discussion with the technical team, and they have informed me that it's not possible to pass the data/formula with double quotes in the 'Update Range Values' action step. We suggest that you try using the 'Update Row' action event or pass the formula directly into your Google Sheets spreadsheet.
 
Top