Microsoft Dynamics 365 - Scheduled object search trigger

The Scheduled object search trigger allows you to search for objects on a specified schedule and return results as a list of records.

Input

FieldDescription
ObjectSelect a standard or custom Microsoft Dynamics 365 object to monitor. For example, Lead.
Output fieldsSelect the fields of the selected objects you plan to use in your recipe. All fields are returned if left blank.
Filter conditionCondition to filter the records. Use OData $filter syntax. For example, contains(name, 'sample') and revenue gt 1000000. Learn more about filters.
Batch sizeNumber of records in a single trigger event, default batch size is 100. Minimum size is 1, maximum size is 1000.
ScheduleDefine the schedule for the trigger.
TimezoneDefine the timezone of the schedule.

Output

FieldDescription
RangeThe range of record IDs retrieved from the search.
TimeThe time range of the records retrieved.
First IDThe ID of the first record in the batch.
Last IDThe ID of the last record in the batch.
First batchWhether this is the first batch of records.
Last batchWhether this is the last batch of records.
Starting offsetThe offset number for the first record of this batch.
Ending offsetThe offset number for the last record of this batch.
RecordsThis contains a list of records. Each record contains information about the object, including the fields specified in the output fields.

Last updated: