-
Continue reading →: Dataverse | Solution Import Error: The Attachment Is Either Not a Valid Type or Too Large
While importing a Dataverse solution containing Power Pages Website components, the solution import failed with the following error : Import failed: The attachment is either not a valid type or is too large. It cannot be uploaded or downloaded. The issue was unexpected, as my solution ZIP file is only…
-
Continue reading →: [Code Snippet] PCF | Calling Dataverse ‘Custom API’ using webAPI.execute
If you are a beginner and unfamiliar with Custom APIs, refer to this article: [Step by Step] Create and call Global Custom API To understand PCF Controls, refer to this article: [Step by Step] Beginner : Create a PCF control In this article, I will provide a code snippet demonstrating…
-
Continue reading →: Power Pages Websites | Turn off ‘AI Summarize’ pane
On my new Portal website, I’ve started seeing the ‘AI Summarize’ pane by default on every page, above the List controls. This is a great feature and provides valuable data insights. However, the downside is that this feature consumes AI Credits. In this article, I will explain how to control…
-
Continue reading →: Graph API: Teams Meeting Creation with ‘Lobby Bypass’
We received a requirement to create Microsoft Teams meetings where participants must bypass the lobby. In our scenario, the Teams meeting creation is automated using a cloud flow. The flow runs under an Admin account and generates a Teams meeting invite with the participants. Here’s the challenge: The host of…
-
Continue reading →: [Step by Step] Beginner : Create a PCF control and add it to a custom page
If you are new to Power Apps component framework , please refer to the PCF Beginner Guide and PCF React Control blog posts. In this article I will be covering following topics related to PCF aka Code Component Lets get started with the steps. Create a PCF Project: Packaging PCF…
-
Continue reading →: PCF Control: Convert Markdown to HTML Using the ‘Showdown’ Package
If you are new to Power Apps component framework , please refer to the PCF Beginner Guide and PCF React Control blog posts. I got a requirement to convert Markdown(MD) format to HTML format. In this article, I will explain how to achieve this using Showdown library. Below is an…
-
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…


