Microsoft Dynamics 365 Connector is deprecated

Microsoft has announced that Dynamics 365 Connector is officially deprecated effective from May 5, 2020 and recommended that, not to create any new connections using this connector. From April 29, 2022, this connection cannot be used for Data Integrations, Flows, Logic Apps, and Canvas Apps. Existing connections will continue to work until they are edited,…

How to Free-up Audit Log data in Dynamics 365 CE Online?

Microsoft has released a great feature to delete the Unwanted Audit Logs to free-up the space. Also, Microsoft is migrating audit logs to a new storage location. Environments whose data migration is completed can use the new audit delete method. An environment with completed migration can be easily identified by the Auditing card visible below…

Tip #1437: Duplicate property names in JSON objects in Power Automate

From time to time you may be forced to deal with JSON objects in Power Automate that contain duplicate property names. Consider this object, for example: { “Id”: 42, “Name”: “Fixing the machine”, “From”: “Edison”, “Total”: 1000, “Items”: [ { “Id”: 1, “Name”: “Hammering”, “Subtotal”: 1 }, { “Id”: 2, “Name”: “Knowing Where to Hammer”,…

Tip #1435: Update Dataverse user photo from Office 365 profile

If you think that the title looks suspiciously close to Tip #1378: Update Common Data Service user photo from Office 365 profile, you’d be absolutely right. Why? Because historically Power Platform is renowned for two traits: renaming things and changing behaviors of those things. I’ve taken care of the former by replacing Dataflex Common Data…

Improve Email Marketing With HTML Email Templates in Power Automate

Not all businesses have licensing for the Dynamics 365 Marketing application, but still have a need to send emails with dynamic content, images and other functionality that’s typical with HTML emails. In cases like this, Power Automate flows may be leveraged to achieve the same result. One of our clients needed to send dynamic emails…