Microsoft Dynamics 365 - New or updated object trigger (batch)

New or updated object trigger (batch) in Microsoft Dynamics 365 checks for newly created or updated objects every specified interval and retrieves a batch of new or updated records as a single trigger event.

Input

FieldDescription
ObjectSelect any standard or custom Microsoft Dynamics 365 object to monitor. For example, Lead.
FromFetch new or updated object from the specified time.
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.

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.
Change detailsThis contains information about the changed object, including the fields specified in the output fields.

Last updated: