Skip to content

Concatenate Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

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])

Clone this wiki locally