concat concat
Concatenates two string parameters or a list of strings.
Category
String
Function syntax
concat(<parameters>)
Parameters
Parameter
Type
List
listString
string
string
Signature and returned type
concat(<string>,<string>)
concat(<listString>)
Returns an string.
Example
concat("Hello","World")
Returns “HelloWorld”.
concat(["Hello"," ","World"])
Returns “Hello World”.
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76