Category: Blogs

  • Build a React Code App on Power Apps with Vite

    Build a React Code App on Power Apps with Vite

    A React code app is the official starting point for Power Apps code apps, and it ships ready to run. Microsoft maintains a React plus TypeScript template, so the Power Apps glue is already wired in. As a result, you do not add a plugin or write any setup code; you simply pull the template…

  • Power Apps Code App: Pick Any Vite Framework

    Power Apps Code App: Pick Any Vite Framework

    A Power Apps code app is just any other app built with the Vite build tool, and that single fact unlocks your whole frontend toolbox. The official Microsoft template ships React with TypeScript, so many makers assume React is mandatory. It is not. Because the platform glue lives in the Vite layer, you can build…

  • Agent Chat Debugging in Copilot Studio

    Agent Chat Debugging in Copilot Studio

    Did you know there are officially two known debug commands for Copilot Studio in test chat? Command Description /debug conversationid Gives you the Conversation ID with metadata such as time, Bot version you’re interracting with. /debug clearstate Same as the reset button above test chat (to reset the state), but you don’t lose the previous…

  • Setting up and estimating credit limits for Copilot Studio Agents

    Setting up and estimating credit limits for Copilot Studio Agents

    If you are an Power Platform admin worried about controlling the credit costs of Copilot Studio agents across your entire tenant and just need a rough estimation of starting credit consumption then adjusting it over time?🎟️ Here’s a simple step-by-step guide to configure credit limits in PPAC to any available agents created in your tenant…

  • Can computer use agent solve CAPTCHA Puzzles?

    Can computer use agent solve CAPTCHA Puzzles?

    Well, I did this just for fun and just to test out the feature in Copilot Studio to check if it is possible… Below I will answer and show the process of how I have tried to use Copilot Studio’s – Computer Use Agent (CUA) towards this challenge. Pre-requisites Creating and configuring Computer Use Agent…

  • Computer Use Agents in Copilot Studio

    Computer Use Agents in Copilot Studio

    I’m allergic to RPA nowadays (any automation involving interface really), but that doesn’t mean that I’m still not aware of the new autonomous features that the industry-players are rolling out… Especially Microsoft. As a part of a 3-day Architecture Bootcamp session, I’ve had a quick look into Microsoft’s new feature called Computer Use Agents (CUA)…

  • Stuff that annoys me about Copilot Studio

    Stuff that annoys me about Copilot Studio

    List of stuff that annoys me in Copilot Studio. No delete button for main tools page 🤌: Alright, but we can if we do a 4 step program……… or……. Annoying Agent details access navigation error 💩: Developer Mode on does nothing? You have to REFRESH to fetch list of views? 😂 It’s as if we’re…

  • EPPC 2025 @ Vienna

    EPPC 2025 @ Vienna

    Landing in Vienna after a flight from Oslo on Monday afternoon, the Danube slinking by at sunrise, felt like the perfect prelude to a busy week ahead. Tired but excited, I checked into the hotel near PwC Austria’s HQ in Donauinsel at around 19:30 and went out to explore the city center. Had a late solo…

  • Power Automate: Get Dataverse file URL (show file content)

    Power Automate: Get Dataverse file URL (show file content)

    Today, let’s explore a unique need from a client of mine using a Power App, who want to view Dataverse file contents in new browser tabs via a URL. The goal is to avoid the need of users downloading from Dataverse and storing sensitive files locally before viewing it. While this is easily achieved through…