Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

Data Entry with quotation marks and other special characters

 0 Minutes

 0 Likes

 838 Views

The data structure of --attKind or in the data input field of an action follows the Json rules. So please see below how you can cope withh double quotes in the input field
"Hello" World => "\"Hello\" World"
preset:"page1"&title:"Hello" => "preset:\"page1\"&title:\"Hello\""
Hallo\World => "Hallo\\World"
Hello
World => "Hello\nWorld"

Further Documentation: www.json.orgcheck the right tab under "escape"

Was this article helpful?