Related object sections | Forms Help
Related object sections let you collect data for multiple Attio objects in a single form. For example, you can build a form that creates both a Company record and a Person record, linking them together automatically.
Use related object sections when your form needs to:
- Create a Person and a Company in one submission
- Collect product details alongside a deal entry
- Gather contact information while creating an organisation record
- From the Build tab, click + Add Related Object Section below the field list
- Select the Attio object you want to add (e.g. People, Companies)
- Choose the link attribute: this is the record reference attribute that connects the two objects
- Choose the link direction:
- Related to parent: the new related record will be linked to the parent record (e.g. Person linked to Company) - Parent to related: the parent record will be linked to the new related record
- Optionally set a section label (e.g. "Contact details") that appears as a divider on the form
How it works
When the form is submitted:
- The parent object record is created or updated first
- Each related object record is created or updated
- The records are linked together via the configured link attribute
Fields from related objects appear in the same field list as the parent object fields. They are color-coded with a badge showing which object they belong to (e.g. a blue badge for Person, a purple badge for Product Feedback).
You can:
- Reorder related object fields alongside parent fields
- Configure visibility, required state, labels, and help text
- Set hidden default values
- Apply conditional logic rules
- Use answer piping between parent and related fields (use the namespaced slug, e.g.
{{people.name}})
Click the trash icon next to the section label in the builder to remove a related object section and all its fields.
Tips
- The link attribute must be a record reference field on one of the two objects
- Related object records support the same duplicate detection as the parent (email for People, domain for Companies)
- You can add multiple related object sections to a single form