-
Continue reading →: Copilot Studio VS Code Extension: Clone, Edit, and Sync Agents
If you are building agents in Copilot Studio, here’s something useful to know.You can clone your agent as files into a local project, open it in VS Code, make changes, and sync those changes back to Copilot Studio using the Copilot Studio extension for VS Code. You can also use…
-
Continue reading →: VS Code Speech | Add Voice Support to GitHub Copilot in VS Code
If you use GitHub Copilot in VS Code, you already know how powerful it is.But by default, Copilot only works with typed prompts. There is no built-in speech-to-text or text-to-speech experience. Good news: this can be easily solved using the VS Code Speech extension. What is VS Code Speech? Install…
-
Continue reading →: Copilot Studio Agent Academy: ‘Operative’ Course Is Now Available
Copilot Studio Agent Academy is a learning path designed to help makers and developers get started with building agents in Copilot Studio. In 2025, Microsoft released the Agent Academy: Recruit learning path, which serves as a foundational course for anyone new to building agents in Copilot Studio. On January 14th…
-
Continue reading →: Copilot Studio | Create Agents with Advanced Settings
Did you know that you can now easily choose key settings while creating an Agent in Copilot Studio?. In Copilot Studio, go to Agents > Advanced create In the Agent Settings popup, select the options such as Language, Solution, and Schema Name, then click Confirm and create. You will be…
-
Continue reading →: Visual Studio | IEnumerable Visualizer
I recently came across the IEnumerable Debugger Visualizer in Visual Studio, and it made debugging IEnumerable collections much easier. I wanted to share this feature in this blog post and show how it works using a simple C# console application. This feature is available starting from Visual Studio 2022 (version…
-
Continue reading →: Blocking Dataverse MCP Server in Copilot Studio
Did you know that you can block the Copilot Studio Agents (i.e., MCP Clients) from interacting with the Dataverse MCP server? By default, you can add Dataverse MCP Server from Tools of a Copilot Studio Agent. Once added, you can configure the Dataverse MCP Server as shown below. Now that…
-
Continue reading →: Power Apps Code App with Dataverse: Building CRUD Operations
In my previous blog post, I explained how to build a Code App using Power Platform Connectors. In that example, I used the Office 365 connector to retrieve and display user information. In this blog post, I’ll show how to build a Code App using Dataverse as the data source.…
-
Continue reading →: Power Apps Code App: Integrate with Power Platform Connectors
In my last blog post on Power Apps Code Apps, I explained how to create a simple Code App and publish it to a Power Platform environment. In this article, let’s take it a step further by extending the Code App using Power Platform Connectors. For this example, I’ll be…
-
Continue reading →: Power Automate: Fixing the ‘ChildFlowNeverPublished’ Error
While trying to enable one of the cloud flows from a managed solution I had installed, I encountered the following error: “{“error”:{“code”:”ChildFlowNeverPublished”,”message”:”The workflow with id ‘xxxx1af-f011-bbd3-00224809eacc’ cannot be used as a child workflow because it has never been published. Child workflows need to be published at least once before they…


