# Salesforce - Get related list by parent record ID action (batch)
This action retrieves a related list of a Salesforce record in batches using a parent record's ID. In Salesforce, a related list is usually a child object that has a lookup or master-detail relationship to a parent record. Refer to the Salesforce object relationships guide for more information about object relationships.
# Input
| Input fields | Description |
|---|---|
| Related list object | Select the type of object to retrieve. |
| Related objects | Select related objects. |
| Fields to retrieve | Select the fields to retrieve from the object. Workato retrieves all fields by default. Entering specific fields to retrieve improves recipe performance and mitigates schema errors. |
Additional fields load dynamically based on the selected Related list object.
# Output
The output of this action varies based on your selected Related list object and Fields to retrieve. Refer to Salesforce's Overview of Salesforce Objects and Fields (opens new window) guide for more information on available objects and fields.
Last updated: 10/22/2025, 2:55:30 PM