-
Continue reading →: Plugin Registration Tool | ‘Authentication Type Must Be Specified’ Error
While connecting to an Environment using the Plugin Registration TooI, I encountered an error: The authentication type must be specified error. Following step fixed my issue. 🙂
-
Continue reading →: GitHub Release Task | Unexpected Error: Not Found
I have an Azure DevOps pipeline that creates a GitHub release using the GitHubRelease Task. However, while creating a release, GitHubRelease task failed with the following error: In my scenario, the issue was caused by a lack of permissions for the Service Connection the GitHubRelease task was running under. To…
-
Continue reading →: PCF build error | Cannot find module
If you are new to Power Apps Component Framework (PCF), please read PCF – Beginner guide While building a PCF project I received from my colleague, the build failed with the following MODULE_NOT_FOUND error. I tried installing the missing package using both npm install and npm install shallow-clone@3.0.1 –save commands, but…
-
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.…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)