Free cookie consent management tool by TermsFeed concat() Function
concat() Function

Function

concat( text )

Concatenates the specified strings into one string, without a separator.

Parameters

Keyword Type Description

text

Text Array

One of the strings or a set of strings that will be concatenated.

Returns

Text

Usage considerations

If an array is passed as a parameter, that array is converted to a string first and then concatenated. Parameters that don't hold a text data type are converted to string before being operated on.

Examples

concat({"a","b","c"},{"d","e","f"}) returns abcdef

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Sync-Time Custom Record Fields Compatible

Can be used to create a custom record field that only evaluates at sync time.

Real-Time Custom Record Fields Incompatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Tue, Apr 16, 2024 (02:44:18 PM)

concat() Function

FEEDBACK