Strings

The Workflows syntax supports a string data type (Unicode encoding, <= 64kB length).

Assign a string variable

The value of a static string can be assigned to a variable. For example:

Single Assign step

Concatenate using expressions

You can dynamically concatenate strings using expressions and the + operator. For example:

Concatenate strings