| Keying supplier invoices into the ledger | Someone types every line | Good candidate at real volume | Works when invoice formats are consistent and there is a human approval step before posting. Volume decides it. |
| Copying orders between two systems | Retyped once or twice a day | Check for an import file first | Frequently solvable with a scheduled export, which is cheaper to build and much cheaper to keep alive. |
| Pulling a daily report out of an old system | Someone logs in and exports it | Almost never needs a robot | Reading is a data problem. A scheduled report to a monitored mailbox usually does the whole job. |
| Reconciling two sets of records | Two screens and a spreadsheet | Automate the comparison, not the screens | Get both sides out as files and compare them. The fragile screen driving part is avoidable entirely. |
| Onboarding a new employee across five systems | A checklist and a slow afternoon | Reasonable if hiring volume is high | Low volume in most SMEs. A good checklist and a template often beats an automation you have to maintain. |
| Chasing overdue accounts | Manual list, manual emails | Automate the chase, not the lookup | Extract the debtor list from the system, then run the follow up outside it where nothing is fragile. |
| Monthly compliance or statutory lodgement | One long painful day each month | Usually not worth a robot | Twelve runs a year rarely justifies the build plus upkeep, and the rules change often enough to force rework. |
| Anything that needs a judgement call | An experienced person decides | Automate the preparation only | Let the robot assemble everything the decision needs and stop. Handing judgement to a rule engine is how bad outcomes get faster. |