Hello, i’ve a contact form, made in Klaviyo that allow me through webhooks to register contact form details in Google Sheets.
Unfortunately if in the field request of the contact form i insert this special char “ the json of the webhooks gave me: Invalid JSON, how can i escape this special char? i tried with this syntax but it doesn’t works :-(
"request": "{{ person.request|replace:'\"','\\\"' }}",
Thank you
Vincenzo