A lookup field is an action for creating a field based on an existing link field. It allows you to reference specific data fields from another table through a link field. This not only enables cross-table data sharing but also ensures data consistency and integrity.
Unlike other products, our “Lookup” is not a field type. Lookup is considered a special action here. When you create a lookup, you’re actually creating a field of the same type as the field you’re referencing, with data obtained from the linked records of that field.
Author Name | Birth Year |
---|---|
Steve McConnell | 1960 |
Martin Fowler | 1963 |
Erich Gamma | 1961 |
Book Title | Author Link | Author Birth Year (Lookup Field) |
---|---|---|
“Code Complete” | Steve McConnell | 1960 |
”Refactoring” | Martin Fowler | 1963 |
”Design Patterns” | Erich Gamma | 1961 |