document.set("rdSchema:adresse", "line1\\\nline2\\\nline3"); documentService.update(document);
must set the property value to:
"line1
line2
line3"
Nevertheless, the result is:
"line1line2
line3"
- depends on
-
NXP-14422 Fix escape handler in Automation Properties loader
- Resolved
-
NXP-19170 Add backward compatibility for behavior change on multi line handling in automation operation
- Resolved
-
NXS-3218 Switching back from 'YAML' editor to regular chain editor adds a space character after the '=' in operation 'Document.Update', which inserts the space character in the property's value
- Resolved