Concat

Description

Updates a text variable by concatenating it with another text variable with a separator.

Event Options

Variable

A text string you wish to concatenate with another text string.

Value

A text string to concatenate with the Variable.

Separator

The separator between the two concatenated strings.

Example

Variable

Hello

Value

World

Separator

+

After running the event with the above options, the Variable option will be updated to Hello+World.

Last updated