Microsoft Power Apps with AI builder text sentiment analysis

Introduction In today’s data-driven world, understanding and interpreting customer sentiments is crucial for businesses looking to thrive in highly competitive markets. Leveraging the power of artificial intelligence (AI) within Microsoft Power Apps, companies can now unlock valuable insights from vast amounts of text data through sentiment analysis. This blog explores how Power Apps’ AI TextContinue reading “Microsoft Power Apps with AI builder text sentiment analysis”

Debug a Plugin without plugin profiler using Dataverse Browser

Debugging a plugin always required multiple steps like installing profiler , add profiler to the step , attaching the visual studio etc . This takes additional time and effort .Recently I have came across a tool called Dev Browser . This is an amazing tool Developed by Nicolas Prats making debugging plugins easier then beforeContinue reading “Debug a Plugin without plugin profiler using Dataverse Browser”

Use Power Automate as a Web hook in Microsoft Dynamics CRM

Power Automate is a powerful tool that allows you to automate various tasks, workflows, and processes. One of the key features of Power Automate is the ability to integrate with other applications and services, using connectors and APIs. One way to integrate with other services is by registering a Power Automate as a web hook.Continue reading “Use Power Automate as a Web hook in Microsoft Dynamics CRM”

Send in-App Notification in model driven app from power automate.

Microsoft has introduced a new in-app notification feature which is now generally available as part of the 2022 Release Wave 1 for Dynamics 365.This app notification feature allows the model driven app to pop notifications for specific users . In-app notifications uses polling to retrieve notifications periodically when the app is running. New notification areContinue reading “Send in-App Notification in model driven app from power automate.”

Power Platform coding with Intellisense & Insights using Kupp code analytics

In today’s blog, I am going to discuss a very powerful and productive visual studio extension called Kupp code analytics.  Kupp Code Analytics (KCA) is a Visual Studio extension that empowers Microsoft Power Platform and Dynamics 365 developers with code assistants and workflow insights. KCA speeds up the development process by providing IntelliSense for specific components suchContinue reading “Power Platform coding with Intellisense & Insights using Kupp code analytics”

Create Custom connectors in Power Apps

While Azure Logic Apps, Microsoft Power Automate, and Microsoft Power Apps offer over 325+ connectors to connect to Microsoft and verified services, you may want to communicate with services that aren’t available as prebuilt connectors. Custom connectors address this scenario by allowing you to create (and even share) a connector with its own triggers and actions. In today’s blog, we willContinue reading “Create Custom connectors in Power Apps”

Create Custom Http Requests using Power Automate

In today’s blog, we are going to see how we can create HTTP requests using the power automate trigger. We can use this trigger to create a custom API that accepts JSON requests as input.API URL created from this trigger doesn’t require any kind of authentication, hence the URL needs to be private and sharedContinue reading “Create Custom Http Requests using Power Automate”

How to send Dynamics 365 Emails using Power automate/Flows ?

In this blog i will try to demonstrate how we can use power automate to send dynamics 365 emails. Before power automate you might have used workflows to send emails in dynamics 365 . As you all know microsoft is upgrading to Power Apps with low code no code development , you might have seenContinue reading “How to send Dynamics 365 Emails using Power automate/Flows ?”

Dynamics CRM SMS Integration with Twilio using Power Automate

In this blog, I will try to demonstrate how we can integrate Twilio for sending SMS from Dynamics CRM using Power Automate. SMS functionality is required by clients for many business use-cases.Some of them are listed below. Lead creation Customer Onboarding Case creation Let’s start with Twilio account creation in case you don’t have youContinue reading “Dynamics CRM SMS Integration with Twilio using Power Automate”

Terminate Action in Power Automate/Flows

Hello Everyone,In this blog, I am going to share how we can use terminate action effectively in powerautomate . There are many situations/conditions where we can use terminate action basis on designing of the flow/powerautomate.So in one of my client’s requirements, I was using powerautomate/flow for API integration using HTTP action where I used terminateContinue reading “Terminate Action in Power Automate/Flows”