Back to Blog
Operations & Automation7 min read

Microsoft Power Automate Review 2026: Enterprise Automation for Organisations That Run on Microsoft

Power Automate combines cloud automation, desktop RPA, AI Builder, and Process Mining in one platform. The obvious choice for Microsoft-centric organisations, but the pricing is deliberately complex.

Digital by Default23 October 2026AI & Automation Consultancy
Share:XLinkedIn
Microsoft Power Automate Review 2026: Enterprise Automation for Organisations That Run on Microsoft

# Microsoft Power Automate Review 2026: Enterprise Automation for Organisations That Run on Microsoft

Published on Digital by Default | October 2026


If your organisation runs on Microsoft 365, uses SharePoint for document management, relies on Teams for communication, and stores data in Dynamics 365 or Dataverse, there is an automation platform that already comes with your licence. Microsoft Power Automate is baked into the Microsoft ecosystem in a way that no third-party tool can match — and in 2026, with Copilot integration, AI Builder, and Process Mining, it has become a genuinely formidable automation platform.

But Power Automate also carries all the baggage of the Microsoft ecosystem. The interface is functional rather than elegant. The documentation is sprawling and inconsistent. The pricing is bewilderingly complex. And the learning curve is steeper than it should be for a tool that Microsoft positions as low-code.

Here is our honest assessment.

What Power Automate Actually Is

Power Automate is Microsoft's automation platform, part of the broader Power Platform (alongside Power Apps, Power BI, and Power Pages). It covers three distinct automation types:

Cloud flows are the equivalent of Zapier zaps or Make scenarios — event-driven automations that connect cloud services, transform data, and orchestrate workflows. Desktop flows are robotic process automation (RPA) — they automate interactions with desktop applications by recording and replaying mouse clicks, keyboard inputs, and screen reads. Process Mining analyses business processes by ingesting event logs and identifying bottlenecks, variations, and optimisation opportunities.

This breadth is unique. No other platform in Power Automate's price range covers cloud automation, desktop RPA, and process mining in a single product.

Key Features That Actually Matter

Cloud Flows

Cloud flows are Power Automate's core capability. You can create automated flows (triggered by events), instant flows (triggered manually or from Power Apps), and scheduled flows (triggered on a schedule).

The connector library covers over 1,000 services, with deep integration into Microsoft's ecosystem. Flows connecting SharePoint, Teams, Outlook, Dynamics 365, and Dataverse work seamlessly. Third-party connectors for Salesforce, Google Workspace, SAP, and hundreds of other services are available but generally less polished than the Microsoft-native ones.

The flow designer is visual and functional, if not beautiful. You build flows by adding actions in a sequential or parallel structure, with conditions, loops, and error handling. The expression language is based on Workflow Definition Language, which is powerful but has a learning curve.

Desktop Flows (RPA)

Desktop flows are where Power Automate truly differentiates itself from Zapier and Make. RPA allows you to automate interactions with applications that have no API — legacy systems, desktop applications, terminal emulators, and web applications that resist standard automation.

Power Automate Desktop is a free download for Windows users. You can record actions, edit them in a visual designer, and integrate desktop flows with cloud flows. For organisations with legacy systems that cannot be replaced but need to be integrated into modern workflows, this is invaluable.

AI Builder

AI Builder provides pre-built and custom AI models that can be used within flows. Pre-built models cover document processing (invoices, receipts, identity documents), text recognition, sentiment analysis, language detection, and object detection. Custom models allow you to train classification and object detection models on your own data.

The document processing models are particularly strong. You can build a flow that receives an invoice via email, extracts the vendor, amount, line items, and due date using AI Builder, creates a record in Dynamics 365, routes it for approval, and files it in SharePoint — all without manual data entry.

Copilot Integration

Power Automate's Copilot allows you to describe automations in natural language and have the system generate a flow. You can say "When I receive an email with an attachment from a specific sender, save the attachment to SharePoint and notify me in Teams" and Copilot will generate a working flow.

The quality is reasonable for simple flows and poor for complex ones. It is a useful starting point, but you will almost always need to edit the generated flow. Think of it as a first draft, not a finished product.

Process Mining

Process Mining is an enterprise feature that analyses event logs from your business systems to visualise how processes actually run — as opposed to how you think they run. It identifies bottlenecks, variations, and compliance issues by mapping actual process flows from data.

For operations teams, this is powerful. It shows you where automation will have the most impact before you build anything.

Comparison: Power Automate vs Zapier vs Make vs UiPath

FeaturePower AutomateZapierMakeUiPath
Core StrengthMicrosoft ecosystem + RPAEase of useVisual complexityEnterprise RPA
Cloud AutomationYesYesYesLimited
Desktop RPAYes (included)NoNoYes (core product)
AI FeaturesAI Builder + CopilotBasic AI actionsBasic AI modulesAI Center
Process MiningYesNoNoYes (separate product)
Connectors1,000+7,000+1,800+500+
Free TierDesktop flows free; cloud with M365100 tasks/month1,000 ops/monthCommunity edition
Starting Price£12.30/user/month£16/month£7.50/month£340/month
Best ForMicrosoft-heavy enterprisesNon-technical teamsComplex workflowsEnterprise RPA
Learning CurveMedium-highLowMediumHigh
GovernanceExcellent (DLP, environment control)BasicBasicExcellent

Pricing

PlanPriceKey Inclusions
Power Automate (with Microsoft 365)Included in E3/E5 licencesStandard connectors, 6,000 API requests/day
Power Automate Premium£12.30/user/monthPremium connectors, attended RPA, AI Builder credits, 40,000 API requests/day
Power Automate Process£123/bot/monthUnattended RPA, hosted machine groups
Power Automate Hosted Process£184/bot/monthMicrosoft-hosted virtual machines for unattended RPA

Watch out for: The pricing structure is confusing by design. The "included with Microsoft 365" version only supports standard connectors — premium connectors (including many common services) require the £12.30/user/month licence. RPA bots that run unattended cost £123/bot/month on top of user licences. AI Builder credits are limited and additional capacity is expensive.

The API request limits can also be restrictive for high-volume automations. 6,000 requests/day on the base plan sounds generous until you realise a single flow that polls for data every minute uses 1,440 requests/day.

Who It's For

  • Organisations already invested in Microsoft 365 — if you are paying for E3 or E5 licences, you already have basic Power Automate included
  • Enterprises with legacy desktop applications — the RPA capabilities are genuine and well-integrated with cloud automation
  • Regulated industries — Power Automate's governance features (DLP policies, environment management, audit logs) meet enterprise compliance requirements
  • IT departments building citizen development programmes — Power Automate's admin controls allow IT to enable business users while maintaining governance
  • Organisations using Dynamics 365 — the integration is seamless and deep

Who It's Not For

  • Non-Microsoft organisations — if you run on Google Workspace, Power Automate's value proposition collapses
  • Small teams wanting simplicity — Zapier is dramatically easier to learn and use
  • Teams needing extensive third-party integrations — Zapier's 7,000+ integrations dwarfs Power Automate's library
  • Organisations without IT support — Power Automate is a platform that benefits from IT governance and support
  • Mac-based organisations — desktop flows require Windows

How to Get Started

1. Check your existing licences. If you have Microsoft 365 E3 or E5, you already have Power Automate with standard connectors. Start there before purchasing additional licences.

2. Start with cloud flows, not RPA. Cloud flows are simpler and faster to build. Save desktop flows for processes that genuinely cannot be automated through APIs.

3. Build your first flow in 15 minutes. Start with something simple: when you receive an email with an attachment, save it to SharePoint and send a Teams message. This teaches you the basics without overwhelming complexity.

4. Use templates. Power Automate has hundreds of pre-built templates. Find one close to what you need and modify it rather than building from scratch.

5. Set up governance before enabling broadly. If you plan to roll out Power Automate to business users, set up DLP policies, environments, and approval processes first. Ungoverned citizen development creates technical debt rapidly.

The Verdict

Microsoft Power Automate in 2026 is the most capable automation platform for Microsoft-centric organisations. The combination of cloud automation, desktop RPA, AI Builder, and Process Mining in a single platform is unmatched at this price point. If your organisation is already invested in the Microsoft ecosystem, Power Automate is the obvious choice.

The caveats are significant, though. The user experience is functional rather than delightful. The pricing is deliberately opaque. The learning curve is steeper than it needs to be. And the governance requirements mean it is better suited to organisations with IT support than to small teams operating independently.

For Microsoft-heavy enterprises, Power Automate is a strategic investment. For everyone else, simpler and more intuitive alternatives exist.


Need help implementing Power Automate or evaluating whether it is the right automation platform for your organisation? [Contact us](/contact) — we help businesses automate intelligently.

Power AutomateMicrosoftRPAAI Builder2026
Share:XLinkedIn

Enjoyed this article?

Subscribe to our Weekly AI Digest for more insights, trending tools, and expert picks delivered to your inbox.