Concatenate Function
Description:
Concatenate multiple texts into a single text.
Returns:
Text
Parameter:
Parameter | Data Type | Description |
|---|---|---|
* | Text |
Example:
When using functions inside a field, remember the field brackets:
{Concatenate(BuyerFirstName, " ", BuyerSecondName)}
Expression | Result |
|---|---|
Concatenate( "abc", "de", "f", "", "gh" ) | "abcdefgh" |