String Data Type v2
A String contains text. Use it for names, identifiers, URLs, small document bodies, and other values that a Node Method defines as text.
The underlying .NET value is a sequence of UTF-16 code units.
Author a String with Type: string:
Message:
Type: string
Value: Hello
A String is not automatically a parsed object. Use an appropriate Node to parse JSON, XML, or another document format before mapping its fields. Use a Stream when compatible Nodes can transfer large or deferred content without loading the complete text value first.
See also
See Data Types and Workflow Properties.