JSON error when updating row in Google sheet

Status: Closed · Asked by Lars on · 0 views

Pabblymember11 — Reply ·

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.

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.

Pabblymember11 — Reply ·
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.

Lars — Reply ·
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.

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.


Ah, now I see it. Thanks! :)

Back to all forum threads · Log in to reply