/
Double Quotes, single quotes and HTML encoding
Double Quotes, single quotes and HTML encoding
Depending on the source of the mustache it may resolve the double quotes as html codeded, eg. &
To escape that you can use the three curly brackets
Calling with:
{{ test }}
would give you:
Q & A
..but calling with:
{{{ test }}} or {{ &test }}
Sometime the quote gets escaped with backslash \" casuing the call to fail, then if possible replace the double quote " with single quote '
This you can do by using a simple groovy script.
Groovy get custom field value
, multiple selections available,
Related content
Variables from incoming webhook or parent requests
Variables from incoming webhook or parent requests
Read with this
Mustache Variables
Mustache Variables
More like this
Scripted Variables
Scripted Variables
More like this
Escape JSON chars in URL or body
Escape JSON chars in URL or body
More like this
Mustache and Handlebars
Mustache and Handlebars
More like this
Http Rule Response
Http Rule Response
More like this