# New or updated object trigger

The New or updated object trigger checks for newly created or updated objects when a specified interval lapses and processes each object as a single trigger event.

# Input fields

Field Description
Object Select any standard or custom Microsoft Dynamics 365 object to monitor. For example, Lead.
From Fetch new or updated object from the specified time.
Output fields Select the fields of the selected objects you plan to use in your recipe. All fields are returned if left blank.
Filter condition Condition to filter the records. Use OData $filter syntax. For example, contains(name, 'sample') and revenue gt 1000000. Learn more about filters (opens new window).

# Output fields

Field Description
Change details This contains information about the changed object, including the fields specified in the output fields.


Last updated: 10/24/2024, 9:08:28 PM