• Home
  • Blog
  • About Me
  • Home
  • Blog
  • About Me

A  consultant  who helps organizations build business  applications on the Power Platform and Dynamics 365.

FEATURED

Dataverse  ·  Power Automate  ·  Power Platform
Dataverse SQL – Custom API

In a previous post I covered how to create an Azure Function to run Dataverse SQL queries if SQL traffic is blocked on your network. This post is a variation on that and shows how you can basically use the...

Continue Reading


Azure  ·  Power Automate  ·  Power Platform
Application Insights – Power Automate

If you using Power Automate flows in critical business applications it is vital that you know when any errors occur. This post explains how you can use the Power Platform Admin Centre Data Export option in conjunction with Azure Application...

Continue Reading


Dynamics 365  ·  Power Platform
Dynamics 365 & Amazon Connect – Call Center Integration

This post explains how to integrate Amazon Connect with Dynamics 365 in a call center environment. When customers call in, they can use DTMF (Dual-Tone Multi-Frequency) to identify themselves. As a result, when an agent answers the call, it opens...

Continue Reading

Dataverse  ·  Power Automate  ·  Power Platform
Dataverse SQL – Custom API

In a previous post I covered how to create an Azure Function to run Dataverse SQL queries if SQL traffic is blocked on your network. This post is a variation on that and shows how you can basically use the...

Continue Reading

Power Platform
Dataverse SQL – Azure Function

Dataverse provides a TDS, Tabular Data Stream, endpoint that allows you to query your data using SQL. This feature is especially useful for handling complex data queries or querying large volumes of data. Keep in mind that Dataverse SQL capabilities...

Continue Reading

Power Platform
ADF – Set Dataverse Owner

Updating the owner column for a table in Dataverse from ADF, Azure Data Factory, can be a little confusing. Dataverse allows you to establish relationships between tables as lookup columns. To update a lookup column in ADF, you just need...

Continue Reading