Category Archives: Dataverse

Optimizing Prompt Columns in Microsoft Dataverse with Filters: Part 2

In Part 1, we explored how Prompt Columns in Microsoft Dataverse bring generative AI directly into business data, helping organizations automatically summarize, classify, and extract insights from records inside their existing workflows. But as AI adoption grows, businesses need more than intelligent automation, they need control. Running AI on every record can quickly become inefficient,… Read More: Optimizing Prompt Columns in Microsoft Dataverse with Filters: Part 2 »

A Smarter Way to Control Data Replication in Microsoft Fabric

Organizations increasingly use Microsoft Fabric to build analytics and reporting solutions powered by Microsoft Dataverse data. However, during the initial Dataverse-to-Fabric setup, administrators often faced a challenge: they had little control over which tables were synchronized. Previously, the first synchronization automatically replicated all eligible Dataverse tables, regardless of whether they were required for reporting or… Read More: A Smarter Way to Control Data Replication in Microsoft Fabric »

How to Perform CRUD Operations in Microsoft Dataverse with Python – Part II

In modern enterprise applications, integrating external systems with Microsoft Dataverse has become increasingly common for automation, analytics, AI-driven workflows, and scalable CRM integration. In the previous blog, we demonstrated how to perform CRUD operations in Microsoft Dataverse using Python with MSAL authentication, Dataverse Web API, and manual HTTP request handling. This approach required developers to… Read More: How to Perform CRUD Operations in Microsoft Dataverse with Python… »

Calling Dataverse Actions and Functions from Power Apps Code Apps

When building Power Apps code apps, one of the most powerful things you can do is reach directly into Dataverse to trigger business logic. Whether it is routing a support ticket to the right queue, checking who the current user is, or running a custom API operation, Dataverse actions and functions are the engine behind… Read More: Calling Dataverse Actions and Functions from Power Apps Code Apps »

How to Perform CRUD Operations in Microsoft Dataverse with Python – Part I

Microsoft Dataverse is widely used for storing and managing business data in Power Platform applications. In many real-world scenarios, developers need to integrate external applications, automate processes, or perform bulk data operations using Python. In this blog, we will learn how to connect Python with Microsoft Dataverse using Azure App Registration and perform CRUD (Create,… Read More: How to Perform CRUD Operations in Microsoft Dataverse with Python… »

Microsoft Is Doubling Your Dataverse File Storage: What Every Dynamics 365 Admin Should Do Before April 15

The default Dataverse storage limits for Dynamics 365 Sales Premium are going up on April 15, 2026. No action required, but that doesn’t mean there’s nothing to think about. In fact, this change raises a more important question that most organizations aren’t asking yet. What changed: the numbers at a glance Microsoft has announced a… Read More: Microsoft Is Doubling Your Dataverse File Storage: What Every Dynamics… »

Step-by-Step Guide to Creating Low-Code Plug-Ins for Copilot

While exploring the capabilities of low-code plug-ins in Dataverse in our previous blog, we experimented with a simple scenario involving billing details calculation. The objective was to implement a small piece of logic that calculates the total bill amount based on values such as price, duration, and user count. During the implementation, you may notice… Read More: Step-by-Step Guide to Creating Low-Code Plug-Ins for Copilot »

Adding Dataverse as a Knowledge Source in Microsoft Copilot Studio

As AI agents become increasingly embedded in enterprise workflows, providing accurate, up-to-date, and structured knowledge becomes essential. Microsoft Copilot Studio allows developers to connect agents directly to Dataverse tables, enabling agents to answer employee questions using real, structured enterprise data. With Dataverse as a knowledge source, your agent can handle HR, salary, leave, and other… Read More: Adding Dataverse as a Knowledge Source in Microsoft Copilot Studio »

How to restrict Unwanted Power Automate flow execution

In Microsoft Dataverse, Power Automate flows are commonly used to execute business logic when records are created, updated, or deleted. They work well for most user-driven and real-time business operations. However, in certain scenarios such as integrations, background jobs, bulk data operations, or system maintenance tasks running these flows is not always required and can… Read More: How to restrict Unwanted Power Automate flow execution »

Automating Diagnostic Audio Playback in Dynamics 365 using JavaScript

This technical guide explains how to play audio files stored in a Dataverse File column directly inside Dynamics 365 using JavaScript. It is intended for Dynamics 365 developers, system customizers, and solution architects who want to enhance model-driven apps with audio-based diagnostics, alerts, or voice context. Dynamics 365 is designed to organize your data. It… Read More: Automating Diagnostic Audio Playback in Dynamics 365 using JavaScript »