How It Works
Object Graph paths identify data by walking through the platform model:{{application.candidate.first_name}}. At runtime, the Object Graph resolver walks the data model and returns the matching value.
Path Examples
Object Graph paths follow relationships between data objects. The object definitions and attributes live in the Data Model; this page focuses on path syntax and resolution.Where You Can Use It
Capabilities
- Deep nesting — Traverse relationships to any depth (e.g.,
application.hiring_flow.company.name) - Array traversal — Access items within lists
- Computed properties — Reference calculated values like custom variables
- Default values — Provide fallback values when a path resolves to empty