-
Continue reading →: 2024 Wave 2 Plans for Dynamics 365 and Power Platform
On July 16, 2024, Microsoft published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. Power Platform: Check out the 2024 release wave 2 Microsoft Power Platform features : Here Here…
-
Continue reading →: JavaScript | Useful ‘Console’ functions
I’ve been using Console.log , the browser’s default debugger, since day one of my JavaScript programming journey. Did you know there are many other useful console functions available? In this article, I will cover few useful console functions. We will first start with most common console.log Console.log: The log() method writes (logs)…
-
Continue reading →: Dataverse : Migrate data between environments using the dataflows
In one of my previous articles, I explained how to migrate data between environments using cloud flows. In this article, lets learn how to move data between environments using Dataflow. Prerequisites Scenario: Steps to create Dataflow: Ensure that the tables are already defined in the target environment. We are using…
-
Continue reading →: Power CAT Copilot Studio Kit
The Power CAT Copilot Studio Kit is a comprehensive set of capabilities designed to augment Microsoft Copilot Studio. The kit helps makers test custom copilots, use large language model to validate AI-generated content, track aggregated key performance indicators. By running individual tests against the Direct Line API, the copilot responses are evaluated against…
-
Continue reading →: Dataverse | Create a new table from a CSV/Excel
Did you know that you can create a table in Dataverse from CSV or Excel files? Use an Excel or CSV file to populate a table with your data, which you can then import to generate a table in Dataverse. Here’s a refined version of your sentence: “In this article,…
-
Continue reading →: Dataverse Accelerator | API playground (Preview)
What is Datavesre Accelerator?: Features available with the Dataverse accelerator: Feature Description Low-code plug-ins Reusable, real-time workflows that execute a specific set of commands within Dataverse. Low-code plug-ins run server-side and are triggered by personalized event handlers, defined in Power Fx. Plug-in monitor A modern interface to surface the existing…
-
Continue reading →: Dataverse | Plugins | CreateMultiple and UpdateMultiple messages
Did you know that, CreateMultiple and UpdateMultiple plug-in messages are available? All tables that support Create and Update will eventually support CreateMultiple and UpdateMultiple. What are the CreateMultiple and UpdateMultiple messages? What changed in terms of writing plugin code? In this article, let’s learn how to write a simple plug-in for CreateMultiple and UpdateMultiple messages. Steps…
-
Continue reading →: Dataverse | Fetch XML | Join unrelated tables and fetch records
When you observe the Fetch XML generated by joining Accounts and Contacts table, the from and to attributes of the<link-entity> contain the ‘parentcustomerid’ and ‘accountid’, which are GUIDs. These GUIDs define the relationship (i.e., primary and foreign keys). Executing the above Fetch XML query returns all the Account records related…
-
Continue reading →: Power Automate cloud flow : Move data between environments
In this article, let’s learn how data can be moved between Dataverse environments using a Power Automate cloud flow. Scenario: Steps to create the flow: Setting Concurrency: 🙂
-
Continue reading →: Canvas App: Call Graph API Directly and Read the Response
In this article, I will explain how to call the Graph API directly in a Canvas App and read the response. What’s in Microsoft Graph? Microsoft Graph exposes REST APIs and client libraries to access data on the following Microsoft cloud services: What is a Graph Explorer: Now that you…


