Skip to main content

Get All Parents

Overview

This action returns all parent records in a hierarchy relationship given a child record. This action traverses all levels of the hierarchy.

Start Record

Record from which the upward hierarchy traversal starts to find the parent records.

Type
Record

Parent Field API Name

API name of the field that defines the hierarchy relationship.

Example: ParentId on the Account object.

Type
Text

Include Start Record in Output

When set to true, the Start Record is included in the Records output variable.

Type
Boolean

Outputs

Records

The collection of parent records related to the Start Record.

TypeVariable Name
Record Collectionrecords