Microsoft Dynamics 365 - New object trigger

The New Object trigger in Microsoft Dynamics 365 checks for newly created objects every specified interval and processes each new object as a single trigger event.

Input

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

Output

FieldDescription
Change detailsThis contains information about the new object, including the fields specified in the output fields.

Last updated: