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

JSON error when updating row in Google sheet

Status
Not open for further replies.

Lars

Member
My workflow at https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZiMDYzNTA0M2M1MjZmNTUzMzUxMzMi_pc is suddenly returning a JSON error on update of row in Google sheet. The steps:
  1. Lookup first available spreadsheet row
  2. Update row with values from other sheet
I've checked the mappings, no errors. So I'm at a loss as to what is causing this. Please assist ASAP!

Best,
Lars.

1718183417085.png
 
P

Pabblymember11

Guest
Hey @Lars

The mapped data indicates that even after encoding, the values from your Google Sheets still contain double quotes, leading the API to assume there are additional fields to process.

2024-06-12_15h30_22.png


To resolve this, you could use the 'Update Range Values' action step, ensure there are no double quotes in the values from your Google Sheets, or replace the double quotes with single quotes.

1718186642102.png
 
P

Pabblymember11

Guest
nd the existing setup has worked well for many months, so I'd like to understand what's suddenly causing the error?
The main issue was that the additional double quotes in the Google Sheets value prevented the defined number of Google Sheets fields from being passed correctly.

1718189016444.png
 

Lars

Member
Hey @Lars

The mapped data indicates that even after encoding, the values from your Google Sheets still contain double quotes, leading the API to assume there are additional fields to process.

View attachment 43277

To resolve this, you could use the 'Update Range Values' action step, ensure there are no double quotes in the values from your Google Sheets, or replace the double quotes with single quotes.

View attachment 43276
Ah, now I see it. Thanks! :)
 
Status
Not open for further replies.
Top