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