Tag: Compress

Compress photos in Power Automate
Compress photos in Power Automate
Blog Posts

One of my clients, takes many photos as part of their data entry process using a Canvas app. We need to compress the photos as the collected data, including the photos, is used to generate a PDF. This PDF generation was timing out every now and then. How to compress photos Table of Contents In… READ MORE

Power Platform MCP - Investigating Power Automate Flow Runs with AI
Power Platform MCP – Investigating Power Automate Flow Runs with AI
Blog Posts

When Power Automate flows start failing, the traditional approach involves manually navigating through the Power Automate portal, clicking through run histories, and examining individual actions to find the root cause. With my Power Platform MCP server, I can streamline this entire investigation process using natural language prompts that automatically gather context, analyze failures, and provide… READ MORE

Power Fx Navigate with Record Context - The Hidden Object Wrapper
Power Fx Navigate with Record Context – The Hidden Object Wrapper
Blog Posts

Recently I struggled to navigate between custom pages in Power Fx while passing a record as context. The error was vague and the solution wasn’t obvious. The Problem I tried the straightforward approach: This threw a generic error: “Unsupported property ‘_ownerid_value’.” The error message didn’t point to the real issue, making it difficult to diagnose.… READ MORE