Field Type List
Linked Reference
Sync: use one-way or two-way link to connect tables A and B. The link field shows the primary field — to surface other fields from A inside B, use linked reference.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sync: use one-way or two-way link to connect tables A and B. The link field shows the primary field — to surface other fields from A inside B, use linked reference.
| Aggregation | Description |
|---|---|
| Original | Reference the column data directly |
| Deduplicated | Remove duplicates from original |
| Sum | Add up the original values |
| Average | Average of the original values |
| Max | Largest of the original values |
| Min | Smallest of the original values |
| Count non-empty numbers | Count of non-empty numeric values |
| Count non-empty values | Count of non-empty values, numeric or text |
| Count distinct | Count after deduplication |
| Row count | Count of source records |
| Concatenate as text | Join displayed values with comma separator |
Was this page helpful?