-
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…
-
Continue reading →: Power Apps: Build a New App at Vibe.PowerApps.com
At Microsoft Ignite 2025, Microsoft introduced the new Power Apps—a new developer experience at vibe.powerapps.com. This new experience is AI-native, designed to help you build solutions for real business problems—from gathering requirements and integrating data to generating fully functional apps with production-ready code. Prerequisites: In this article, let’s build a simple app…
-
Continue reading →: Power Platform inventory (preview)
If you are familiar with CoE Starter Kit Inventory feature, you know it provides a centralized view of all your apps and flows across the tenant, as shown below: Now, the Power Platform admin center offers tenant administrators a comprehensive, unified view of all key resources—agents and apps—across their organization…
-
Continue reading →: What Is TOON? A Beginner’s Guide to Token-Oriented Object Notation
We all use JSON every day. It’s the default way we structure data in APIs, config files, databases, and integrations. A typical JSON looks like this: Simple, right? But the moment we try to pass this JSON to a Large Language Model (LLM) like GPT or Azure OpenAI, etc, we…
-
Continue reading →: Copilot Studio | Configure ‘End user authentication’
Imagine you’re a maker and have built an agent where the end user doesn’t have access to a specific Dataverse environment—but you still want them to retrieve data from it. For example, they might need to submit or view records, even though they don’t have direct permissions. When creating a Copilot…
-
Continue reading →: Power Apps | Use ‘Monitor’ to get insights
Monitor in Power Apps offers insights and recommendations to enhance app performance. It provides makers with detailed information on their app’s performance and actionable steps to improve their apps. Prerequisites Turn on tenant-level analytics: Using Monitor in Power Apps Maker Portal: Use Monitor: Refer this Microsoft documentation for more details…
-
Continue reading →: Copilot Agent | Understanding Credit Consumption
This topic is from the the Microsoft CAT team’s Copilot Studio Implementation Guide— a PPT with over 160 pages of practical insights and best practices. If you work with Copilot Studio, you should definitely check it out! In this blog post, I want to highlight the Copilot Studio Credit Consumption…
-
Continue reading →: Direct Line API + Copilot Studio Agent: Build a C# Console Messaging App
In my previous article : Integrate Agent into a C# Console App Using the Agents SDK, I explained how to trigger a Copilot Studio agent using the Microsoft 365 Agents SDK. In this article, we’ll learn how to build a complete C# console application that communicates with your Copilot Studio…


