-
Continue reading →: [Quick Tip] Dataverse Web API | Handling special characters in Filter query
In this quick tip, lets see how to handle special characters while querying the Dataverse Web API. Assume that you have a Dataverse Team with name CoE&Feb&Makers as below and you would want to query the Team by ‘Team Name’ using Dataverse Web API. Query Dataverse Web API: 🙂
-
Continue reading →: Canvas App | Nested Galleries using polymorphic lookup Filter
In this article, lets learn how to apply a filter on polymorphic lookup in Canvas App. What is a polymorphic lookup in Dataverse: Now that we know what is a Polymorphic lookup in Dataverse, lets learn how to apply filters on polymorphic lookup in Canvas app by building a simple…
-
Continue reading →: Canvas App | Power automate | Read and preview Dataverse ‘File’ column content
In this article, I am going demonstrate how to read and preview the text content of Dataverse ‘File’ column by using Canvas App and Power automate flow. Scenario: To explain the read and previewing the Dataverse file column, I’ve taken following scenario. Note : Approach in this article only works…
-
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: 🙂


