Get All Children
Overview
This action returns all child records in a hierarchy relationship given a parent record. This action traverses all levels of the hierarchy.
Start Record
Record from which the downward hierarchy traversal starts to find the child 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 child records related to the Start Record.
| Type | Variable Name |
|---|---|
| Record Collection | records |