This post is part of the New Functionality In Microsoft Dynamics 365 Business Central 2022 Wave 2 series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2022 Wave 2.
The fourth of the new functionality in the Microsoft Power Platform section is Use a Power Automate flow to notify Business Central of Dataverse entity changes.
Getting new data, or updates to existing data, to Business Central quickly is vital in some business scenarios. This is particularly true in scenarios that include integrations to e-commerce systems. Scheduled data synchronization just doesn’t meet the bar in today’s fast-paced world. This capability enables Business Central to immediately pick up data that’s added or changed in Dataverse or Dynamics 365 Sales.
Enabled for: users, automatically
General Availability: October 2022
You can now notify Business Central of changes that occur in specific entities in Microsoft Dataverse. To trigger such changes, you’ll need to do the following:
Create a Power Automate automated cloud flow that is triggered when changes are detected in standard or custom entities that are being synchronized.
Use the Power Automate automated cloud flow to notify Business Central by using the dataverseEntityChanges API to create a record. The API is located in microsoft/dataverse/v1.0. When Business Central receives the notification, it will pick up the new or changed records in the entities you’re tracking.