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"
"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"