broccolli.xyz
Blog

Digital Transformation | Process Automation

Outcome-Driven Digital Transformation: The Metrics You Should Track

· 6 min

Most digital transformation metrics measure effort, not outcome. Processes migrated, licences bought, workflows in production. They are easy numbers to collect and they say nothing about whether the business is actually better off.

According to Eurostat's figures on the Digital Decade targets, 71% of EU SMEs reached at least a basic level of digital intensity in 2025 — using four or more of twelve technologies, including cloud, CRM, e-invoicing or artificial intelligence. Owning the tools is now the norm. What separates one company from another is being able to show that the tools changed something.

The problem is not measuring too little, it is measuring the wrong thing

In practice, digital transformation metrics split into two very different groups: activity metrics and outcome metrics.

Activity metrics answer "what did we do": automations live, training hours delivered, percentage of the roadmap shipped. They are useful for running the project and useless for justifying the spend.

Outcome metrics answer "what changed": how long the process takes now, how many people still touch it, what each run costs.

The test is simple. If a metric can improve without anyone on the floor noticing a difference, it is an activity metric. "We have 40 workflows in production" can be true in a month where the finance team closed the books exactly as they always did.

Without a baseline there is no outcome

This is the most expensive mistake and the most common one: automate first, then ask how much was saved. From that point on, any number is an opinion.

Before touching the process, measure two weeks of it as it stands today. No software required. What is required is someone recording, for every item: when it arrived, when it left, how many people touched it and how many times it went backwards.

Two weeks gives a large enough sample for most back-office processes, and is short enough that the record-keeping does not collapse halfway through.

If you are still deciding where to start, choosing priorities without stopping the business is the step before this one. But baseline measurement has to happen before the first change, never after.

Six metrics worth tracking

These six digital transformation metrics cover most back-office processes in an SME. You do not need all of them at once, and further down I explain where to start.

1. End-to-end cycle time

From the moment a request arrives until it is finished. Clock time, not hands-on time.

That distinction is what makes the metric honest. An invoice can take six minutes of human work and eleven days to be paid, because it sat nine days waiting for an approval. Automating the six minutes and ignoring the nine days is optimising the wrong part.

For an external reference point: in Accounts Payable Metrics That Matter in 2025, Ardent Partners puts average invoice processing time at 17.4 days, against 3.1 days for best-in-class organisations.

2. Touchless processing rate

The percentage of items that travel through the process from start to finish with no human intervention.

This is the metric that best reflects real automation. A flow that runs unattended 90% of the time frees a team. A flow that runs unattended 20% of the time has only moved where people do the work.

The same Ardent Partners analysis reports an average touchless rate of 32.6% for invoices, rising to 49.2% among the best performers. Which means that even at the top, half the volume still passes through a person. Anyone promising 95% in year one is selling, not estimating.

3. Exception and rework rate

How many items leave the happy path and need manual handling, and how many come back because something was wrong.

This is the metric nobody wants to look at, and the one that exposes a badly designed automation fastest. A flow with a 40% exception rate does not save work: it converts repetitive work into problem-solving, which is more expensive and more draining.

4. Cost per transaction

Total process cost divided by the number of items. It includes people's time, licences and infrastructure.

This is the metric that speaks the language of whoever signs the budget, and the only one that lets you compare two options in euros. If you have never calculated it for any process, the method is set out in detail in the article on what manual processes actually cost.

5. Real adoption

Not licences assigned: people who used the tool last week, for actual work.

A tool with 100% of licences handed out and 30% weekly usage is a fixed cost with an unresolved design problem attached. Fixing that is worth more than buying the next tool. In most cases the problem sits in the flow rather than in the people, which is the subject of how to design a workflow your team will actually use.

6. Lead time from request to production

How long it takes between someone asking for a change and that change being live.

It is the least obvious metric and the most revealing over time, because it measures installed capability rather than one isolated process. A company that goes from six weeks to five days has changed more than any single automation could deliver.

A worked example

A company handling 600 supplier invoices a month. Two weeks of records showed an average of 6 minutes of human work per invoice, covering the email, extracting the data, posting it to the ERP and confirming with the supplier.

Before: 600 × 6 minutes = 60 hours a month.

Applying the average hourly labour cost in Portugal — €19.4 in 2025, according to Eurostat — that is roughly €1,164 a month.

After, with automatic extraction and human validation only on exceptions, at a 70% touchless rate: 180 invoices still touched, at 3 minutes of validation each, is 9 hours a month. Around €175.

Difference: roughly €990 a month, or close to €11,900 a year.

Two warnings about this calculation. First, €19.4 an hour is a national average across all sectors, not the real cost of that person in that role — substitute your own figure. Second, this is an estimate built from stated assumptions (600 invoices, 6 minutes, 70% touchless), not a measured result. The value of the calculation is that it makes the assumptions arguable, not that it produces a flattering number.

What these metrics do not tell you

None of them measures decision quality, risk or the satisfaction of the people using the process.

A flow can improve all six metrics and make the service worse: automatic approvals that let through what should have been stopped, answers that are faster and less correct. The exception rate catches some of that, but not all of it.

So it is worth keeping one qualitative measure alongside the quantitative ones. A question to the people running the process, once a quarter: "is this better or worse than three months ago, and why?" Then read the answers instead of counting them.

Where to get the data without building a BI project

For most SMEs, the next mistake is assuming that digital transformation metrics require a dashboard first.

It does not. Three sources are enough to start.

Execution logs from the automation tool. Every run leaves a trace of when it started, how long it took and whether it failed. In n8n, that data can be exposed as Prometheus metrics by enabling the `/metrics` endpoint with the N8N_METRICS variable. That is a configuration step, not a project.

Timestamps from the business systems. The ERP, the CRM and the mailbox already know when each item arrived and left. Two dates per item give you cycle time.

A spreadsheet for whatever is not automatic. Exceptions and rework almost always start there, and it is good enough for the first few months.

One practical note on the n8n metrics endpoint: the documentation itself warns against exposing it to the public internet, because it reveals operational detail about the instance. Keep it reachable only from internal services.

Start with three metrics, not six. Each one needs an owner, a data source and a review cadence. A metric without an owner stops being updated by month three.

The question for your next meeting

The digital transformation metrics worth having are few, dull, and measured before and after. You do not need another dashboard. You need to be able to answer one question with two numbers.

Pick the process that irritates your team most and answer this: how long does it take today, end to end, and how many people touch it?

If you do not know, that is where to start — not with choosing a tool.