# New/updated records trigger (batch)

The New/updated records batch trigger monitors Salesforce for new or updated objects of the type you specify and retrieves them in batches.

# Input fields

Field Description
Trigger poll interval Optional. Specify how frequently to check Salesforce for new or updated records.
Object Select the object type to monitor.
Fields to retrieve Select the fields you plan to retrieve. All fields are returned if you leave this field blank.
SOQL WHERE clause Enter a SOQL query to filter the records you plan to retrieve. For example: StageName = 'Closed Lost' AND IsClosed = false. Learn more about SOQL queries.
Batch size Specify the number of records to process in each batch. The default value is 100 and the maximum is 2,000.
When first started, this recipe should pick up events from Set the date and time to start picking up trigger events. This enables your recipe to capture past events. Learn more about this input field.

# Output fields

Field Description
Range The Salesforce IDs of the returned records.

ADDITIONAL OUTPUT FIELDS

The New/updated records batch trigger provides additional outputs that vary based on the Object you select and specified 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: 1/6/2025, 8:48:39 PM