LearningFlow vs Microsoft Power Automate
Power Automate is a workflow engine for the IT department: a trigger, a chain of actions, over 1,000 connectors, and nobody watching it run. LearningFlow builds flows too, on a node canvas rather than a list of steps, and a flow here can be the lesson a class works through. You pay for work done rather than per licence.
Automation · Sources last read 13 September 2026
Choose Microsoft Power Automate if
Choose Power Automate when the job is moving records between systems you already run, on a trigger or a schedule, with nobody watching.
- A form is submitted, and a SharePoint folder, a Teams message and a SQL row all have to follow.
- Your finance office still keys invoices into an old Windows program that has no API, so a desktop robot has to type for them.
- Your IT team already runs a Microsoft tenant and wants one admin console, one data policy and one audit trail over everything.
Choose LearningFlow if
Choose LearningFlow when what the automation produces ends up in front of a class, or in a teacher's hands the same week.
- A Year 7 class needs to run the flow themselves, with their own accounts and a join code.
- The output has to be a real .pptx or an .xlsx with working formulas, not a message to copy out by hand.
- The teacher who built everything leaves in July, and the school needs the work in September.
Where the two are built differently.
Nodes that run behind the scenes.
The canvas is excellent and its audience is machines. Nothing here is something you hand to a person and ask them to work through.
The same canvas. Two audiences.
Connections are typed, so the canvas refuses a wrong wire while you are dragging it rather than at three in the morning. And every flow has an address, so your own software can run it.
What each one does.
Written from each product's own documentation. Where something is true only on a higher tier, the row says so.
| Microsoft Power Automate | LearningFlow | |
|---|---|---|
| Connectors to other systems | Over 1,000 published connectors, plus custom connectors and an on-premises gateway, reach Microsoft 365, Salesforce, SAP, SQL and hundreds more. | Published apps reach a fixed list including Gmail, Resend, WhatsApp, web search and crawl, document parse and speech to text, with the keys held server side. |
| Desktop robots | Desktop flows drive a Windows application by simulating keyboard and mouse, attended on a person's machine or unattended on a licensed bot. | Nothing here drives a Windows desktop, and the Work with AI container has no network access at all. |
| When the builder leaves | Ownership cannot change in place outside a solution. Adding a co-owner first keeps the original flow and its run history, and only a flow left with no owner has to be copied. | The organisation id is stamped when a flow is created and never moves, so removing a member deletes their membership row, not the flow. |
| Per-person switches | Access is set by environment, by the Environment Maker security role and by which licence you assign, rather than by a switch per feature. | Seven capabilities switch per member, including flow-creator, assignment-creator, solution-designer and work-with-ai. |
| The files it makes | Excel Online (Business) writes rows into an existing .xlsx, and Word Online (Business), a premium connector capped at 10 MB of input, fills a .docx template and converts it to PDF. There is no PowerPoint connector. | Work with AI hands back .pptx, .xlsx with working formulas, .docx, .mp4, .mp3 and .png from a real Linux machine. |
| Learners as users | There is no learner account type, and no class, roster or assignment anywhere in the product; everyone signing in is a licensed user of the tenant. | Students are a first-class user type, with their own accounts, join codes and assignments. |
| Calling it from code | The Power Automate Management connector, HTTP request triggers and callback URLs let other software create, start and stop flows. | Every flow has an address: POST /task/:taskId with an x-api-key, with optional SSE streaming and usage reported per key. |
What comes with it here.
Wrong connections are refused
A node that returns an image will not join to a node expecting a spreadsheet, and the canvas refuses the connection while you are still dragging it.
Fifty-nine tools already built
The public gallery holds 59 finished teacher tools, including a marking rubric laid out as a table and questions written from a YouTube video.
One sentence to MP4
Whiteboard Studio turns a sentence into a narrated video with an .srt beside it, and correcting scene four redraws only scene four.
Several apps, one database
A client app, a webhook and a nightly scheduler share one database, each holding its own contract naming the tables, columns and rows it may touch.
Where Power Automate is the better choice
If the job is wiring ten business systems together, buy Power Automate. It has over 1,000 connectors, an on-premises data gateway that reaches the SQL server and the file shares sitting inside your own network, and desktop flows that drive a Windows program by keyboard and mouse when nothing else will. Its community is far larger, so the flow you need has usually been written and posted by someone already. Nothing in LearningFlow reaches SAP, Salesforce or your student records system, and we are not trying to.
The whole stack against Microsoft Power Automate.
The table above compares the two at the job they share. This one runs every capability past both, because what a school is choosing between is usually a tool that does one job and a workspace that does many. Hover any mark to see what it means, and a partial one to see exactly what is limited.
| LearningFlow | Microsoft Power Automate | |
|---|---|---|
| Ask and read | ||
| Chat with AI | ||
| Research the web and write it up | ||
| Read text off an image or a scan | ||
| Agent browses the live web | ||
| Make | ||
| PowerPoint deck | ||
| Spreadsheet with working formulas | ||
| Word document | ||
| Image generation | ||
| Video generation | ||
| Narrated whiteboard video, corrected scene by scene | ||
| Voice-over | ||
| Song generation | ||
| Interactive web page | ||
| Edit what it made, online | ||
| Slide and design templates | ||
| Presenter on camera, from a photo you supply | ||
| Teach | ||
| Ready-made teacher tools | ||
| Build your own tool, no code | ||
| Lesson that branches on the answer | ||
| Hears them read aloud, checks pronunciation | ||
| Assign to a class with a join code | ||
| Assignments and submissions | ||
| Student accounts | ||
| LTI link from your LMS | ||
| Learning records to your own LRS | ||
| SCORM 1.2 package out | ||
| Build | ||
| Working app | ||
| Full working platform templates | ||
| Several apps over one database, rights each | ||
| App sends email or WhatsApp | ||
| App runs on a schedule | ||
| App accepts webhooks | ||
| Generate real-time apps | ||
| Generate AI-driven apps | ||
| Shared database | ||
| Revoke one app's access, not the others | ||
| Run | ||
| Run any tool from your own software | ||
| Choose the AI model, on every plan | ||
| Switch a feature off per group | ||
| Organisation keeps the work when staff leave | ||
| We do not do this | ||
| Transcribe a video or audio file | ||
| Custom domain for a published app | ||
Before they decide.
We already have Microsoft 365 A3. Do we need to buy Power Automate at all?
For simple automations, no. A1, A3 and A5 include a seeded entitlement covering cloud flows with standard connectors at 6,000 actions per user per day. You start paying when you need a premium or custom connector, the on-premises gateway, or attended and unattended robots. Power Automate Premium is $15.00 per user per month paid yearly, and Power Automate Process is $150.00 per bot per month paid yearly.
Can we run both, and how would they meet?
Yes, and most institutions should. Power Automate moves the records between systems; LearningFlow makes the material people read. Because every LearningFlow flow has an address, a Power Automate flow can POST to /task/:taskId with an x-api-key using the HTTP action, and take the result back into the chain. Note that HTTP is a premium connector, so the seeded A1, A3 and A5 entitlement does not cover it.
A teacher who built our attendance flow is leaving. Can we hand it over?
In Power Automate, the route is to add the successor as an owner before the teacher goes. Any owner can edit the flow, manage its connections and read the run history. Microsoft documents that a shared flow keeps running while it still has an active owner, though connections made with the leaver's account need repointing. Only a flow left with no owner has to be copied, and the copy is a new flow without the old runs. A flow built inside a solution can have its owner changed outright. In LearningFlow the organisation id is stamped at creation and never moves between organisations, removing the member deletes their membership row rather than the object, and an admin can reassign org-library tools whose owner has left.
Can an admin turn a feature off for one group of staff and leave it on for another?
Yes, but the unit is the environment or the licence, not the person. An admin can put one group in its own environment under a stricter data policy. They can grant the Environment Maker role only to the staff who should build flows. They can also switch the Power Automate service plan off for a user in the Microsoft 365 admin centre. What is missing is a per-feature switch inside one environment. LearningFlow switches seven capabilities per member: org-library, chat, flow-creator, assignment-creator, solution-designer, base and work-with-ai. A role grants the key, then the member opts in, and assignment-creator requires flow-creator.
Will Power Automate make us a PowerPoint or a video?
No. Microsoft publishes no PowerPoint connector, so .pptx generation needs a third-party connector such as Encodian or Plumsail, and no Microsoft connector generates audio or video, though the HTTP action can call a service that does. It will fill a .docx from a Word template and convert it to PDF through Word Online (Business), a premium connector capped at 10 MB of input. LearningFlow's Work with AI returns .pptx, .xlsx, .docx, .mp4, .mp3 and .png from a sandboxed Linux machine with the network switched off.
Where this came from. Read on 13 September 2026. Microsoft Power Automate changes its product and its prices without telling us, so check anything that decides a purchase.
Try it on your own work.
Teachers get credits every month, free. No card, no seat count.