Sending Adaptive card to Microsoft teams, to create D365 Record using Power Automate

I have been developing teams lately, one interesting functionality I came across is Adaptive Cards. Adaptive cards can be used with Android, iOS, JavaScript etc, in our example, I will be using adaptive card to collect information about a trip via power automate, to create CDS records.

In the docs, which can be found here , Adaptive cards “are platform-agnostic snippets of UI, authoored in JSON, thats apps and services can openly exchange”

Continue reading “Sending Adaptive card to Microsoft teams, to create D365 Record using Power Automate”

Connecting to PowerPlatform/CDS from a .Net Core App – not using username/password

I briefly talked about how to connect to dynamics in a .Net Core app in my in my integrating stripe with dynamics here , today we would be goingin depth on how to create an app in azure and creating an application user to connect to dynamics from your App.

Some requirements from client would be to connect to dynamics from an external App without using an end user’s username and password, using this method, such requirements coud be met.

Continue reading “Connecting to PowerPlatform/CDS from a .Net Core App – not using username/password”