RPA (Robotic Process Automation)
RPA is software that mimics human clicking in a user interface — typically used to integrate against legacy systems without an API.
Also known as: robotic process automation, process bot
RPA (Robotic Process Automation) is software that mimics human action in a user interface — clicks buttons, fills out forms, copies data between systems. RPA is useful where legacy systems lack an API but you still need to automate a workflow. It is a stopgap solution: often more brittle than API-based integration, but quicker to set up. RPA and AI overlap and complement each other — RPA fetches data from an old interface, while AI interprets what the data means and what should be done with it.
Example
A typical RPA case in Norway: a bot logs into a legacy line-of-business system without an API every night, pulls new order lines, and copies them into Tripletex or Visma — a job an employee would otherwise do manually every morning.
In Norwegian context
RPA is often used as a bridge to Norwegian systems that lack a modern API — older ERP, municipal line-of-business systems, or industry tools. WOLLUM typically combines RPA for data capture with AI for interpretation, making the solution more robust than pure click-automation.
Read more in the in-depth article on this topic.
Related terms
- AI integration — AI integration is the process of wiring language models, RAG, or predictive models directly into a business's existing systems and workflows.
- AI agent — An AI agent is software that sets goals, plans steps, and acts autonomously to achieve them — without continuous human oversight.