-
Continue reading →: Pac cli | Install and launch Plugin Registration, Package Deployer and Configuration Migration tools
Conventionally tools like Plugin Registration Tool (PRT) can be download from NuGet. Downloading and installing from NuGet is tedious because of following reasons: Using Power Platform CLI, the tools download and launch process has been super simplified. Let me walk you through the process of installing and launching the tools…
-
Continue reading →: Dataverse File Download error | Feature ‘target-typed object creation’ is not available in C# 7.3
I was trying to download the Dataverse File using the code snippet provided in official documentation. Following is the snippet and I got the Feature ‘target-typed object creation’ is not available in C# 7.3 compilation error. Reason: Fix: with and replace with Modified code snippet: 🙂
-
Continue reading →: Power Automate Cloud Flow | ‘Correct to include a valid reference’ error
Other day while working on error handling scenario in my Cloud Flow, my Flow Checker given me following error. Correct to include a valid reference to ‘Data Operation Divide‘ for the unput parameters(s) of action ‘Set_Error_Message‘. Error from Flow checker Lets see the reason and fix for this error. Reason:…
-
Continue reading →: [Step by Step] Create and call Global Custom API from Canvas App using Power Automate with Error Handling
In this article, lets learn how to create a Custom API and trigger using Power Automate Cloud Flow along with Error Handling from a Canvas App. What is a Custom API: Now lets get started with Custom API creation. I am going to use ‘Onboard Customer’ scenario to explain the…
-
Continue reading →: [Quick Tip] Canvas App | Add Emojis
Do you know that we can add Emojis to the controls and screens text properties in Canvas Apps. In this quick tip article lets learn how to add Emojis. Adding Emojis: 🙂
-
Continue reading →: [Step by Step] Sign up for Power Apps Developer Plan
As we know, Power Apps Plan Trial gives you the Power Apps per user plan for 30 days. This duration is meant for trying out production Power Apps applications. Once your trial expires, you can purchase a plan. In this article lets explore the new Power Apps Developer Plan. What is…
-
Continue reading →: [Beginners] Canvas Apps | Options to store configuration data
While building Canvas apps, its pretty common ask to store the configuration data or a Dictionary of key and value pairs. As an example, you might be sending an email from Canvas App and you would want the sender email DL (Distribution List) to be configurable. Think of these settings…
-
Continue reading →: C# Basics | Why Interfaces?
I often get this question from C# beginners: ‘Why use interfaces? Can’t I simply implement logic using classes?’ Well, If you search this questions over internet, you get the following overwhelming response: In this article, I will try to explain a very basic use of Interface out of many other…


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