Whats A Connection Field
A Connection field creates a relationship between two tables in your app. It's how you link related records together - like connecting Orders to Customers, or Tasks to Projects.
Connection fields support both one-to-many relationships (one customer has many orders) and many-to-many relationships (one student enrolled in many classes, each class with many students). Once a connection is in place, you can pull related data into forms, tables, and detail views, and even use it in equations, rollups, and lookups.
For full details, see the Connection field documentation.
We'd love to hear your feedback.