Combines multiple values into a single text value. Does not add spaces between values.
Category: text
Syntax:
Returns: StringColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: STRING, TEXT
Values from other column types must be converted first with Text.
Validation
- Minimum parameters: 1
- Maximum parameters: Unlimited
Examples
Combines first and last name separated by a space.
Combines a text column with a number column converted to text.
- Len - Count the characters in the combined value
- Replace - Replace text within a value
- Text - Convert a non-text value before combining
Last modified on August 17, 2026