Aggregate Strings on different rows using the concatenation operation.

Parameters:

Parameters:
See dedicated page for more information.
The concatString action button is used to concatenate values from multiple rows into a single string, grouped by a specified key (partition column). This is particularly useful for aggregating text values, building summary lists, or restructuring data for reporting and export. It ensures flexibility through customization of separator, prefix, and suffix characters. The action supports newline (\n) and tab (\t) formatting as part of the output.
The concatString action is particularly useful when you want to group and merge string values across multiple rows into a single string, per key (partition). This operation is frequently used in data aggregation tasks such as:
For example, in CRM systems, if each row contains an activity for a customer, you can use concatString to collect all activity types into a single row per customer.
idCheck can be enabled to verify sorting.sepChar parameter (e.g., comma, semicolon, newline \n, or tab \t).sPrefix and sSuffix. This is useful when formatting for JSON-like outputs.Note:
\n or \t in the separator field will be interpreted as newline or tab characters, allowing for multiline or tabulated concatenated output.idConcat are merged. All other columns are ignored unless part of the partition key.
