Skip to content

The Weekly Power Automate Governance Digest - Automated Platform Health

Build a weekly Power Automate governance digest that emails new flows, broken flows, orphans, and policy violations to your platform team automatically.

Alex Pechenizkiy 10 min read
The Weekly Power Automate Governance Digest - Automated Platform Health

A Power Automate governance digest is the single most effective way to keep your platform team informed without relying on dashboards nobody opens. You built a Power BI dashboard for governance. It shows flow counts, failure rates, orphan status, connector usage. It looks great. Nobody opens it.

This is the dashboard problem. Dashboards are pull-based. Someone has to remember to look. Someone has to navigate to the right report. Someone has to interpret the numbers and decide if action is needed. In practice, someone remembers to check the dashboard the week after something breaks. Then they forget again.

Governance that depends on people remembering to look at a dashboard is governance that doesn’t work.

The fix: push the information. A weekly email that lands in the inbox of every platform admin, CoE lead, and IT manager. No login required. No navigation. No interpretation. Just a summary of what happened, what’s broken, and what needs attention.

Five data sources feeding into a scheduled flow producing a governance digest email

What Is a Power Automate Governance Digest?

A Power Automate governance digest is a scheduled email report that summarizes platform activity for a defined period, typically one week. It covers new flows, failed runs, orphaned flows, policy violations, and platform stats, all delivered to stakeholders without requiring them to log into any dashboard or admin center.

Why Push Beats Pull

Dashboard (Pull) Email Digest (Push)
Requires action to see Yes - open browser, navigate, log in No - arrives in inbox
Regular cadence Only when someone remembers Automated weekly/monthly
Context without effort Reader interprets raw charts Pre-interpreted with recommendations
Reaches non-technical stakeholders Rarely - they don't know where to look Yes - email is universal
Creates accountability No paper trail of who saw what Delivered to a known audience
Works on mobile Requires Power BI app or browser Standard email client

Dashboards still have value for deep dives and ad-hoc analysis. But for regular governance check-ins, email beats a dashboard every time. The goal is awareness, not analytics.

What Goes in the Digest

The digest covers everything a platform owner needs to know about the past week. Not raw data. Summarized, categorized, and prioritized.

Section 1: New Flows Created This Week

Every flow that was created in the past 7 days. For each flow:

  • Flow name
  • Creator (maker)
  • Environment
  • Solution (or “standalone” if not solution-aware)
  • Connectors used
  • Premium connector flag

Why this matters: new flows that use premium connectors, access sensitive data, or run outside solutions need immediate attention. This section surfaces them before they become problems.

Section 2: Flows Modified This Week

Flows that were updated or had new versions created. For each:

  • Flow name
  • Modified by
  • Environment
  • What changed (new version, modified actions - if available from audit log)

Why this matters: unauthorized changes to production flows are a governance failure. This section catches them.

Section 3: Broken Flows

Flows that had failed runs, were suspended by the platform, or were manually disabled. For each:

  • Flow name
  • Owner
  • Environment
  • Failure type (run failure, suspended, turned off)
  • Last successful run
  • Consecutive failure count

Why this matters: a flow that fails silently is worse than no flow at all. Business processes depend on these flows running. This section is the early warning system.

Section 4: Orphaned Flows

Flows whose owners have been disabled or removed from the tenant. For each:

  • Flow name
  • Former owner
  • Environment
  • Last run date
  • Impact assessment (is it still running? Is it critical?)

Why this matters: orphaned flows are governance debt with interest. See the flow inventory article for the full orphan detection and remediation process.

Section 5: Policy Violations

Flows that violate DLP policies, use blocked connectors, or bypass approval requirements. For each:

  • Flow name
  • Violation type
  • Owner
  • Environment
  • Severity

Why this matters: DLP policies block connector combinations at runtime. But makers can still build flows that will fail when they hit the policy boundary. This section catches flows that are configured to do things they’re not allowed to do.

Section 6: Platform Stats

High-level numbers for context:

  • Total flows (active, inactive, suspended)
  • Solution-aware vs standalone flows
  • Flows by environment
  • Top 10 connectors by usage
  • Flows created this month vs last month (trend)

Section 7: Upcoming Deadlines

Review cycles, compliance dates, license renewals, environment refresh schedules. Anything time-sensitive that the governance team needs to act on.

Data Sources

You need data to build the digest. Here’s where it comes from.

Center of Excellence (CoE) Starter Kit Dataverse tables. If you have the CoE Kit installed, this is the richest data source. The Kit’s sync flows populate Dataverse tables with flow metadata, maker information, connector usage, and environment details. Query these tables with Dataverse connectors in Power Automate.

Admin connectors. The “Power Automate Management” and “Power Automate for Admins” connectors provide direct access to flow metadata across environments. No CoE Kit required. Less data than the CoE tables but sufficient for the core digest sections.

Microsoft Purview audit logs. For change tracking and compliance. Purview captures who created, modified, deleted, or shared a flow. Use the Office 365 Management Activity API or the audit log search to pull recent events.

Data Source Data Available Setup Effort Best For
CoE Starter Kit Full inventory, maker data, connectors, environments, app usage High (install and configure CoE) Orgs with 100+ flows that need deep visibility
Admin connectors Flow metadata, run history, environment list Low (just add the connectors) Smaller orgs or quick-start without CoE
Purview audit logs Create/modify/delete events, user activity Medium (API setup, permissions) Compliance-focused orgs, change auditing

Most teams start with admin connectors and add CoE data later. Don’t wait for a perfect CoE installation to start sending digests.

Building the Digest Flow

  1. 1

    Create a scheduled cloud flow

    Trigger: Recurrence. Set to run every Monday at 8 AM (or whatever day works for your team). Run it in a managed environment with appropriate admin permissions.

  2. 2

    Query new flows created in the past 7 days

    Use the Power Automate for Admins connector - List Flows as Admin. Filter by created date >= 7 days ago. For each flow, capture: name, creator, environment, connectors.

  3. 3

    Query failed flow runs

    Use the Power Automate Management connector - List Flow Runs. Filter for failed runs in the past 7 days. Group by flow to get failure counts and last success date.

  4. 4

    Query orphaned flows

    Cross-reference flow owners with Azure AD (Entra ID). If the owner's account is disabled or deleted, flag the flow. Use the Office 365 Users connector to check account status.

  5. 5

    Check DLP policy compliance

    Compare each flow's connector list against your approved connector list. Flag any flow using restricted or blocked connectors. Reference your governance repo's connector-approval-list.md.

  6. 6

    Compile the HTML email

    Build an HTML body with sections for each category. Use tables for structured data. Color-code severity: red for critical (orphans, policy violations), yellow for warnings (failures), green for informational (new flows, stats).

  7. 7

    Send to the governance team

    Use the Outlook connector to send the email to your distribution group: platform admins, CoE lead, IT manager. Include a link to the governance repo for standards reference.

The Email Format

Structure matters. A wall of text gets skimmed and closed. A well-structured email gets read and acted on.

Here’s the format that works:

Subject: Power Platform Weekly Digest - Mar 10-17, 2026

SUMMARY
- 4 new flows created (1 uses premium connector)
- 2 flows with repeated failures
- 1 orphaned flow (owner left org Feb 28)
- 0 policy violations

---

NEW FLOWS (4)
| Name | Creator | Environment | Connectors | Flag |
| Vendor invoice OCR | jsmith | Production | AI Builder, SharePoint | Premium |
| Team standup reminder | mjones | Dev | Outlook | - |
| Contract renewal alert | klee | Production | Dataverse, Outlook | - |
| Data export to SFTP | jsmith | Production | SFTP, Dataverse | Review needed |

---

BROKEN FLOWS (2)
| Name | Owner | Environment | Failures (7d) | Last Success |
| Nightly data sync | agarcia | Production | 14 | Mar 8 |
| Customer feedback digest | rchen | Test | 3 | Mar 14 |

---

ORPHANED FLOWS (1)
| Name | Former Owner | Environment | Last Run | Status |
| Budget approval routing | tlee (disabled Feb 28) | Production | Mar 15 | Still running |

---

PLATFORM STATS
- Total flows: 187 (142 active, 28 inactive, 17 suspended)
- Solution-aware: 134 (72%)
- Standalone: 53 (28%)
- New this month: 12
- Trend: +8% vs last month

The summary at the top is critical. A busy IT manager reads the first 4 lines and knows whether to keep reading. “0 policy violations, 1 orphan” takes 3 seconds to process. If something is red, they dig into the details below.

AI Enhancement

Raw data is useful. Interpreted data is actionable.

Feed the digest data to an AI before sending it. Ask for:

  • A plain-English summary of the platform’s health this week
  • Risk flags with severity ratings
  • Specific recommendations for each issue
  • Trend analysis compared to the previous digest

Instead of just listing “Nightly data sync - 14 failures,” the AI-enhanced version says: “The Nightly data sync flow in Production has failed 14 consecutive times since March 8. This flow is owned by agarcia and processes customer records for the data warehouse. Recommendation: investigate immediately. The data warehouse is likely 9 days behind.”

That’s the difference between information and intelligence.

You can implement this by adding a step in your digest flow that calls Azure OpenAI (or any AI endpoint) with the compiled data and a prompt asking for a summary with recommendations. Append the AI summary to the top of the email, above the raw data sections.

Escalation Triggers

Some issues shouldn’t wait for the weekly digest. Set up real-time alerts for critical governance events:

Production flow owned by departed employee. The moment HR disables an account, check if that user owns any production flows. If yes, alert the platform team immediately. Don’t wait until Monday.

Flow using blocked connector. If a new flow or flow modification introduces a connector that’s on the blocked list, flag it the same day. DLP policies will block it at runtime anyway, but the maker needs to know before they waste more time building on it.

High-impact flow failure. Define which flows are business-critical (revenue-impacting, compliance-required, customer-facing). If any of these fail, send an immediate notification. Don’t let them accumulate until the weekly digest.

Spike in new flows. If the number of new flows this week is 3x the average, something is happening. Maybe a new team started building on Power Platform without going through the intake process. Flag it for review.

These escalation triggers run as separate flows, not part of the digest. The digest is for routine awareness. Escalations are for things that can’t wait.

Cadence and Audience

Not every org needs a weekly digest.

100+ flows, multiple teams: Weekly digest. Enough activity to justify the cadence. Send to platform admins, CoE lead, IT manager.

30-100 flows, small team: Biweekly. Less noise, still useful. Send to the platform owner and IT lead.

Under 30 flows: Monthly. Or even quarterly. At this scale, you might know every flow by name. The digest is more of a health check than a monitoring tool.

Who gets it:

  • Platform admins (required). They act on the issues.
  • CoE lead (required). They track trends and set policy.
  • IT manager (recommended). They need visibility without logging into the admin center.
  • Solution architects (optional). They benefit from seeing what’s being built and how.

Don’t send it to every maker. The audience is governance stakeholders, not the entire organization. Makers get feedback through the review process, not the digest.

Connecting to the Governance Repo

The digest becomes more powerful when it links to your governance repo.

  • New flow uses a connector? Link to standards/connector-approval-list.md.
  • Flow fails a review check? Link to standards/review-checklist.md.
  • Orphaned flow detected? Link to standards/environment-strategy.md for the escalation procedure.
  • AI review generated? Link to the review report in reviews/.

The email is the notification. The repo is the documentation. Together, they form a governance loop: detect issues (digest), reference standards (repo), take action, update standards if needed (PR to repo).

See The Power Platform Governance Repo for the full repo setup.

Getting Started in One Afternoon

You don’t need all 7 sections to start. Here’s the minimum viable digest:

  1. Create a scheduled flow (Recurrence - weekly)
  2. Query new flows created in the past 7 days (Power Automate for Admins - List Flows as Admin)
  3. Query failed runs (Power Automate Management - List Flow Runs, filter status = Failed)
  4. Format a simple HTML email with two tables: new flows and failures
  5. Send to yourself first. Review it. Adjust the queries. Then add your team.

That’s 2-3 hours of work for a flow that runs forever. Every Monday, your inbox tells you what happened on your platform. No dashboards to check. No reports to pull.

From there, add orphan detection in week 2, policy checks in week 3, and AI summaries in month 2. Each addition is incremental. Each one makes the digest more useful.


Power Automate Governance - The Enterprise Playbook

This article is part of a 10-part series:

  1. Naming Conventions That Scale
  2. Environment Strategy - Dev Test Prod
  3. Solution-Aware Flows
  4. Flow Inventory
  5. Pipelines - Dev to Prod
  6. CoE Starter Kit
  7. AI-Powered Flow Review
  8. Versioning and Source Control
  9. The Governance Repo
  10. Weekly Governance Digest

AZ365.ai - Azure and AI insights for architects building on Microsoft. Follow Alex on LinkedIn for architecture deep dives.

Stay in the loop

Get new posts delivered to your inbox. No spam, unsubscribe anytime.

Related articles