text
Syntax:
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
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
text
Syntax:
Concat(string_1, string_2, ...)
StringColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
string_1 | text|column | ✓ Yes | The first value to combine. |
string_2 | text|column | ✗ No | An optional second value to combine. |
additional strings | variadic | ✗ No | Additional values to combine, in order. Include " " as its own argument to add a space. |
Concat([First Name], " ", [Last Name])
Concat([Street], " ", Text([House Number]))