What problem does it solve? Power Automate flows fail with cryptic errors buried across runs, actions, and expressions, and finding the root cause through the web UI is slow. This Skill provides a structured diagnostic process that locates the failing run, identifies the root-cause action, inspects upstream outputs, applies a fix, and verifies it — all through the FlowStudio MCP server. ## Core Features & Use Cases - Guided failure diagnosis: Walks through locating the flow, finding the failed run, reading the top-level error, and pinpointing the root-cause action using failedActions ordering. - Fix and verify loop: Updates flow definitions with update_live_flow, resubmits failed runs, and tests HTTP-triggered flows with custom payloads via trigger_live_flow. - Error reference library: Ships reference docs covering common error codes (InvalidTemplate, ConnectionAuthorizationFailed, HTTP 4xx/5xx) and a full decision tree for complex failures. - Use Case: A scheduled flow starts failing with an ActionFailed error. Use this Skill to pull the run error, discover a null value breaking a split() expression, patch the expression with coalesce(), resubmit the run, and confirm it succeeds. ## Quick Start Ask the AI to debug why your Power Automate flow is failing using the FlowStudio MCP server, providing your environment ID and flow name.