ConnectIT 365

Function CONCAT

Description

Concatenates two or three values. Parameter 1 will be added before the input value, while Parameter 2 will be added behind the input value.

 

Expected Input Value

Text

 

Parameters

Parameter Name

Data Type

Description

Parameter Name

Data Type

Description

1

Concat Before

Text

Value to add before input value (optional).

2

Concat After

Text

Value to add after output value (optional).

3

Separator

Text

Separator text to use between values to concatenate (optional).

 

Example

Input Value

DEF

Parameter 1 (Concat Before)

ABC

Parameter 2 (Concat After)

GHI

Parameter 3 (Separator)

-

Output Value

ABC-DEF-GHI

 

IDYN 2024