HomeServicesWorkAboutBlogContact Let's Talk
BlogBusiness Automation
Business Automation

Sending an Approval Email Is Not Automation. Here's What Actually Is.

TL;DR

  • If a human still has to read, decide, or type something before the next step happens, the process is not automated. It's manual with a digital costume.
  • Real automation removes humans from routine steps. It keeps them only at genuine decision points.
  • There are three maturity levels: digital forms only, automated routing, and intelligent automation. Most clients start at Level 0 (email) and reach Level 2 or 3.
  • The practical starting point: pick one process, map every step, mark each as a rule or a judgment. Rules get automated.

Here is a working definition that we use with every client before we start building anything:

If a human still has to read something, decide something, or type something before the next step happens, that process is not automated. It's manual with a digital costume.

Most organisations we work with believe they have automated processes. They have email notifications. They have digital forms. They have Excel trackers. When we sit down and map what actually happens, step by step, the humans are still in every handoff. The digital tools just made the paper slightly lighter.

This matters because the point of automation is not to use digital tools. It's to remove human bottlenecks from the parts of a process that don't need human judgment.

The Fake Automation Checklist

Check how many of these describe your current processes. If the answer is three or more, your "automation" is mostly theatre.

FAKE AUTOMATION REAL AUTOMATION Form submitted Email sent (auto) Human reads (manual) Human types "Approved" reply Human copies data to system Human updates Excel tracker Form submitted Auto-route condition checked Teams card sent 1-click approve SharePoint updated notified + audit logged Finance notified parallel branch SLA escalation if no response 8hr

Left: "automated" email workflow where humans remain at every step. Right: actual automation where humans only appear at the decision point.

The Difference: Human Judgment vs Human Action

This is the key distinction. Almost everything else follows from it.

Real automation removes humans from the routine steps — the carrying, the copying, the routing, the notifying — while keeping humans at the actual decision points.

An approval is a decision. Whether a request is a good use of budget, whether the timing works for the team, whether an exception should be made — these require human judgment. Automation doesn't replace that. It gets the request to the right human faster, with all the context they need, and removes every other step that didn't require a human in the first place.

But checking whether a submitted form has all required fields? That's not a decision. It's a rule. You can express it in logic: "if field X is empty, return an error." Power Automate does this. No human required.

Routing a request to the correct approver based on department and amount? Also not a decision. It's conditional logic. If department is Finance and amount is above £10,000, route to CFO. Below £10,000, route to Finance Manager. That's a rule. Automate it.

Sending a notification to the requestor when their request is approved? Not a decision. Not even close. A human doing this step is waste, pure and simple.

The practical test

For every step in your process, ask: "Could I write a rule that describes exactly what to do in every situation?" If yes, it can be automated. If the answer is "it depends on context that can't be captured as a rule," keep the human. Most processes are 70-80% rules and 20-30% judgment. That 70-80% is where your time savings come from.

What Real Automation Looks Like in Power Automate

Here is a concrete example. A purchase approval flow. No black boxes.

1

Trigger: SPFx form submits to SharePoint list

An employee submits a purchase request via an SPFx form on the intranet. It lands in a SharePoint list. Power Automate triggers immediately. Zero humans involved in this step.

2

Condition: Amount threshold routing — no human touches this

If the amount is above £5,000, the flow branches to the Senior Manager approval path. Below £5,000, it goes to Line Manager. The approver's email is pulled automatically from Entra ID based on the requestor's reporting line. No hardcoded names. No human checking who should receive it.

3

Parallel branch: Finance notified simultaneously

For amounts above £2,000, a parallel branch runs at the same time as the approval request. Finance receives a notification with the request details. They don't approve — they're informed and can flag concerns. This runs in the background while the main approval is in progress. Zero added time to the process.

4

Teams Adaptive Card — the only human step

The approver receives a Teams card with the full request context: who, what, how much, why, and supporting documents linked. They click Approve or Reject. That's the human decision. One click.

5

SharePoint updated, requestor notified, audit log created

All three happen simultaneously, automatically, the instant the Teams card is actioned. Nobody copies anything. Nobody sends a follow-up email. Nobody files anything. The record is complete, accurate, and timestamped. Zero humans required.

From submission to final record update, the only human involvement is the approver clicking one button. Everything else — routing, notifying, validating, recording, escalating if needed — is handled by rules.

POWER AUTOMATE FLOW — PURCHASE APPROVAL TRIGGER SPFx form → SharePoint list item created CONDITION Amount > £5,000? YES NO Senior Manager Teams card sent Line Manager Teams card sent Finance Notified parallel branch HUMAN DECISION Approve / Reject in Teams SharePoint updated Requestor notified Audit log created PDF certificate

A real Power Automate purchase approval flow — humans appear only at the decision step. Everything else is automated logic.

The Three Levels of Automation Maturity

When we first meet a client, we assess where they are on this scale. It shapes the conversation about what we build and in what order.

1

Digital Forms

The paper has moved online. Forms exist in SharePoint or Microsoft Forms. But humans still route submissions, check them, and copy data between systems. This is where most "digitised" organisations actually sit. It looks like automation but most of the manual steps remain.

2

Automated Routing

Forms trigger workflows. Power Automate handles routing, notifications, and record-keeping automatically. Humans still make the actual decisions, but every step around those decisions is automated. This is achievable for most processes in 2 to 4 weeks of build time.

3

Intelligent Automation

Routine decisions are automated based on rules. Humans only handle exceptions — cases that fall outside the defined rules. Duplicate detection, balance checks, compliance validation, and low-value approvals all run without human involvement. This is where significant time savings compound.

Most of our clients arrive at Level 0 — email-based everything — and reach Level 2 or Level 3 by the end of their first project with us. Level 3 doesn't require AI or machine learning for most business processes. It requires clearly defined rules, which most organisations already have — they're just enforced by humans instead of code.

Where to Start

Pick one process. Any process that involves approval, routing, or data entry is a good candidate. Pick the highest-volume one, because the ROI compounds with transaction count.

Map every step. Write them down. Be brutal — "wait for response" is a step. "Check if the right person received it" is a step. "Reply to say it's approved" is a step.

Now mark each step with one of two labels:

In our experience, 70 to 80% of steps in typical business processes are Rules. That's your automation opportunity. The goal isn't to replace people — it's to stop having people manually carry information from desk to desk when a flow could do it in milliseconds.

A practical first step

Take any process that runs more than 50 times per month. Sit with the people who run it. Map every step, start to finish. Mark R or J on each one. Count the Rs. That's your business case for the first automation build. Bring us in for the build or bring us in to review your map — either works.

Key Takeaways

Automation means removing humans from routine steps, not removing humans from decisions. If a step can be expressed as a rule, it can be automated. If it requires judgment, keep the human.

Email notifications are not automation. An email is the start of a manual process. Real automation routes, validates, records, and notifies without any human involvement between trigger and outcome.

Level 3 automation doesn't require AI for most business processes. It requires clearly defined rules, a Power Automate flow, and an SPFx form as the entry point. Most organisations reach Level 2 or 3 within their first project.

Frequently Asked Questions

What is the difference between workflow automation and RPA?
Workflow automation (like Power Automate) connects structured systems using APIs and connectors — it moves data between SharePoint, Teams, and other M365 services based on rules and events. RPA (Robotic Process Automation) simulates user actions on screen to automate processes that don't have APIs. Power Automate is the right starting point for Microsoft 365 environments. RPA is useful when you're working with legacy systems that have no integration capability.
Can Power Automate make decisions automatically?
Yes, for rule-based decisions. "If amount is greater than X, route to senior manager" runs entirely automatically. What it doesn't replace is genuine human judgment — whether a specific request is a good use of budget, whether an exception should be granted. The goal is to automate rules and routing, keeping humans involved only at actual decision points.
How do we know which processes to automate first?
Pick the highest-volume process with the most manual handoffs. Typically that's approvals, leave requests, purchase requisitions, or onboarding checklists. Map every step, mark each as R (rule) or J (judgment), and count the Rs. Processes that are 70-80% rules and 20-30% decisions are the best automation candidates — fast to build, high ROI.
Does automation work without changing our existing SharePoint setup?
Usually yes. SPFx web parts deploy into your existing SharePoint environment without restructuring it. Power Automate flows target existing or new SharePoint lists alongside your current setup. We try hard not to require migration or restructuring as a prerequisite — that turns a 2-week automation project into a 3-month SharePoint migration, which nobody wants.
AT

Akshara Technologies Team

Microsoft 365 Development Specialists

Microsoft 365 SPFx and Power Automate development specialists with 10+ years building enterprise automation solutions. We've mapped, rebuilt, and optimised workflows across manufacturing, healthcare, finance, and professional services organisations worldwide.

Want to see what Level 3 automation looks like in your organisation?

We do free process audits. No build commitment required. Pick one process, we'll map it together and show you exactly which steps can be automated and what the ROI looks like.

Book a Free Process Audit See Our Services