-
Continue reading →: [Step by Step] Using ‘Prettier’ formatter in PCF Controls
If you are new to Power Apps component framework , please refer to the PCF Beginner Guide and PCF React Control blog posts. I integrated Prettier into my PCF project, and during the build process (i.e., npm run build), I encountered the following errors. In this article, I will explain…
-
Continue reading →: C# | FTP | (421) Service not available, closing control connection
I have the following C# code snippet to connect to the FTP server While executing the code, I got (421) Service not available, closing control connection error as shown below. Reason and Fix: Here is the modified code snippet: 🙂
-
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…


![[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)