Glossary

RPA (Robotic Process Automation)

Robotic Process Automation is software that imitates what a person does on screen — opening an application, reading a field, copying a value, clicking a button — so that a repetitive task can run without a person, even when the applications involved offer no proper interface for machines.

What it is

An RPA "robot" is a script that drives existing software through its user interface: it logs in to a portal, downloads a statement, opens a spreadsheet, types values into an old accounting screen, and saves. Because it works at the screen level, it needs no API from the application — which is exactly why it exists: many older or closed systems, government portals and bank interfaces cannot be integrated any other way.

That strength is also its weakness. A robot breaks when a screen layout changes, a pop-up appears or a login step is added, and it cannot see meaning — only positions and text. RPA is therefore best treated as a bridge for systems that cannot be connected properly, not as the foundation of an automation strategy.

Why it matters for a growing business

Growing companies almost always have one or two systems they cannot change: a bank portal, a customs or tax filing site, a principal's ordering portal, a legacy accounting package. RPA lets the routine work around those systems — downloads, uploads, re-typing — run automatically while the rest of the business moves to properly integrated systems.

The decision to use RPA is a practical one: if an API exists, use the API; if a file exchange exists, use the file; if only a screen exists and the task is repetitive and stable, a robot with monitoring and a fallback to a person is a reasonable tool.

How AutoProbaho uses it

AutoProbaho prefers API and file-based integration through n8n and builds RPA-style automation only where a system offers no other door — for example uploading data to a portal that has no interface, or extracting statements from a bank site. Every such robot is monitored, has clear failure alerts and hands over to a person when the screen it expects is not there.

Frequently asked questions

No. RPA follows fixed rules on fixed screens and has no understanding of content. AI agents read, classify and decide on unstructured input. The two can be combined — an AI agent decides what to do, a robot performs it in a system without an API — but they solve different problems.

Stuck with a portal or legacy system nobody can integrate?

Book a free consultation. We look at the system in question and tell you which door — API, file exchange or a monitored robot — is the right one to open.