Concatenate Function - microsoft/MIMWAL GitHub Wiki
Syntax
string Concatenate(string1:string, string2:string, ....)
Description
Concatenates two or more strings.
Remarks
This function takes in any number of input strings.
Supported Version
2.14.611.0 and later
Examples
Concatenate($x,$y,":",[//WorkflowData/LastName])