-
Continue reading →: Power Virtual Agent (PVA) | GPT | Boost conversations (preview)
In this article, I am going to give a quick demo on PVA Boost conversations GPT capability. What is Boost conversations in PVA Lets learn how to use Boost conversations capability. Steps to use Boost conversations in PVA Publish the bot: URL considerations: There are some requirements on the type…
-
Continue reading →: [Beginners] Power Platform | Tenant vs Environment
Most of the beginners, gets confused between a Tenant and Environment in Power Platform. Lets understand the differences and learn how to manually fetch ‘Tenant Id’ and ‘Environment Id’. What is Tenant: What is an Environment: How an Environment is different than Tenant: How to manually fetch ‘Tenant ID’ and…
-
Continue reading →: [Quick Tip] Power Automate flow | Get current Environment ID
Lets learn how to fetch the current ‘Environment ID’ in Power Automate flows. What is Environment Id: In few scenarios, we would need ‘Environment ID’ to perform actions. Lets see how to fetch the current Environment ID in Power Automate Flow. Power Automate Flow to fetch current Environment ID: 😉
-
Continue reading →: [Experimental Feature] Call Dataverse actions directly in Power Fx
In one of my previous articles, I’ve explained the steps to call the Dataverse Custom API from Canvas App using Power Automate cloud flow. Recently a new experimental feature Call Dataverse actions directly in Power Fx released using which makers can now directly invoke a Dataverse Custom API within a…
-
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:…


