Get Full Hierarchy
Overview
This action returns all records in a hierarchy given a record at any place within the hierarchy.
Start Record
Record from which the hierarchy traversal starts to find all 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 |
Exclude Start Record in Output
When set to true, the Start Record
is excluded in the Records
output variable.
info
The default behavior for this action returns the full hierarchy and includes the Start Record
in the output Records
variable. The inclusion of the start record in the output by default is different from other Hierarchy actions but ensures the default behavior is a full hierarchy with all records.
Type |
---|
Boolean |
Outputs
Records
The collection of all records in the hierarchy related to the Start Record
.
Type | Variable Name |
---|---|
Record Collection | records |