-
Continue reading →: [Beginner] Cloud flow | Dataverse Connector | Filter conditions
Let’s say you have a Dataverse table called Demo Customers and you want to send an email every time the Email field changes. We can create a cloud flow with a Dataverse Trigger When a row is added, modified or deleted as shown below. Everything looks great, right? Not really.…
-
Continue reading →: [Step by Step] Using Custom Connectors in Copilot Studio
Did you know that, You can call Custom Connectors as connector actions in your copilot, from the Call an action node in conversational topics, and through cloud flows as actions or within topics. In this article, I’ll cover the following concepts: Lets get started. Choose a REST API and create a Custom Connector: We’re now…
-
Continue reading →: [Beginner’s Guide] PowerFx | Lookup Function with ‘ReductionFormula’ Property
Did you know that when you use the Lookup function, it retrieves the matching record along with All Columns? In the screenshot below, I used the Lookup function to find the matching User, and it fetched all the columns from the matched User record. What if you only need a…
-
Continue reading →: Canvas App | Simplified Display of SVG Images
In one of my previous articles : Display an SVG icon in Canvas App ,I explained how to display an SVG icon using an Image control. While this approach works, there are two additional steps you need to take after copying the SVG content: Today, I came across Power Apps Tools,…
-
Continue reading →: Custom Connector | ‘API Key’ Authentication Using Policies
As you may know, you can configure API Key authentication in a Custom Connector through the Security tab, as shown below. You can refer my article : Build a canvas app with OpenAI’s Chat endpoint (ChatGpt), where I explain detailed steps to connect to the OpenAI endpoint using an API Key.…
-
Continue reading →: Power Pages | Strange issue with HTML controls
In my previous article, I explained how to trigger a cloud flow from a Power Page, using a ‘Contact Us’ form as an example. Below is the Contact Us form’s source code. Issue I’ve encountered: While designing the Contact Us form, I encountered a strange issue when I set the…
-
Continue reading →: Power Pages | Trigger Cloud flow from a Page
In this post, we’ll walk through the step-by-step process of integrating a Cloud flow with a Power Pages site. We’ll use a ‘Contact Us’ scenario to illustrate the end-to-end process. Scenario: Its a three step process as listed below: Ensure you have a Power Pages website set up before proceeding.…
-
Continue reading →: C# Console | Authenticate to MFA enabled environment | Interactive flow
In one of my past articles, (Different ways to connect/authenticate Dynamics 365), I explained how to authenticate to your Dynamics environment using the connection string approach in a C# console application. While this approach works well for non-MFA-enabled authentication, it does not work for environments where MFA is enabled. In this…
-
Continue reading →: Power Pages: Auto-Populate ‘Contact’ Lookup with Logged-In Portal User
In this beginner’s guide to Power Pages, let’s learn how to automatically populate a Contact lookup field with the currently logged-in Portal User. In my website, there’s a Subscription webpage featuring a basic form named Subscription. This form includes a ‘Contact’ lookup field, and I need it to automatically populate…
-
Continue reading →: Power Pages | Data workspace | How to set Solution
Did you know that you can select a Dataverse solution from the Data workspace ? The tables, columns, and forms you create will be added to the chosen solution. Data workspace left pane settings feature allows you to select any unmanaged solution where changes made in Data workspace get added.…


