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
8fe209f2-717b-4d36-904c-71a9532007af