Salesforce - New records trigger (batch)

This trigger monitors Salesforce for newly created records and retrieves them in batches.

Input

Input fieldsDescription
ObjectSelect the object type to monitor.
Fields to retrieveSelect 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.
SOQL WHERE clauseEnter a SOQL query to filter events by. For example: StageName = 'Closed Lost' AND IsClosed = false. Refer to the SOQL guide for more information.
Batch sizeEnter the maximum number of records to contain in each batch. The default value is 100 and the maximum is 2000.
When first started, this recipe should pick up events fromSet the date and time to start picking up trigger events. This enables your recipe to capture past events. Refer to Triggers to learn more about this input field.

Output

Output fieldsDescription
RangeThe range of records retrieved in the current batch.

Additional outputs load dynamically based on your selected Object and Fields to retrieve. Refer to Salesforce's Overview of Salesforce Objects and Fields guide for more information on available objects and fields.

Last updated: