double quotes ("") not sending through a rest message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 03:44 PM
Evening all,
We are having an issue in which when we send double quotes, as in "", it is not sending. All other special characters are and we have added double escaping to the script include however checking the logs, the integration is not even triggered.
Jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:04 PM
Hi @Jack62,
Have you tried using \ characters to escape the double quotes?
e.g.
{ "myKey" : "Some values \"Escape here\" "};
If it doesn't work, can you share the code?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 07:20 PM
Hey James,
so my script snippet is below, when I check postman the other side is now showing;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 08:47 PM
Hey @Jack62,
Kinda hard to tell what's wrong by just looking at a snippet of the code.
Would you be able to provide an example data of the 'field[2]'?