RickPutnam
5 years agoQrew Cadet
Escaping a single quote in WebHook JSON
I have a Web Hook that is sending JSON data to an end point external to Quickbase. If I embed an escaped single quote in one of the fields it works fine:
------------------------------
Rick Putnam
------------------------------
{
"ComplaintSummary" : "This works fine with the single \'quotes \' escaped"
}
When I use a Formula-Text field to insert the escape characters with the SearchAndReplace function, the web hook fails. The Formula-Text field result is the same as above. As far as I've been able to tell, QB never sends the data.
Thanks in advance for any assistance.
When I use a Formula-Text field to insert the escape characters with the SearchAndReplace function, the web hook fails. The Formula-Text field result is the same as above. As far as I've been able to tell, QB never sends the data.
Thanks in advance for any assistance.
------------------------------
Rick Putnam
------------------------------