Skip to main content

Overview

Sync: with one-way link or two-way link, you connect tables A and B. The link field shows only the primary field — to surface other fields from A inside B, use linked reference. Aggregation: while pulling values from A into B, the linked reference field can also aggregate them — original values, deduplicated, sum, etc.

Basics

Add a field

Click ➕ in the upper-right of the AI Table title bar — pick Linked reference under field types.

Configure linked reference

Pick a link field: only one-way / two-way link fields in the current table — linked reference depends on a link field. Pick a field to reference: only fields from the linked source table. Example: if the link field points to table A, the reference can only pick fields in A. Aggregation:
AggregationDescription
OriginalReference the column data directly
DeduplicatedRemove duplicates from original
SumAdd up the original values
AverageAverage of the original values
MaxLargest of the original values
MinSmallest of the original values
Count non-empty numbersCount of non-empty numeric values
Count non-empty valuesCount of non-empty values, numeric or text
Count distinctCount after deduplication
Row countCount of source records
Concatenate as textJoin displayed values with comma separator

Manage and edit the field

Double-click the field title or click the dropdown — copy, paste, freeze, etc.