What is RPA?
Automation that operates an application through its interface rather than through a proper connection, effectively clicking and typing on your behalf. It exists because a lot of business software has no usable API, and it is genuinely the right answer for some legacy systems. It is also brittle: a screen changes and the automation breaks silently. Treat it as the option when there is no better connection available, not as the default.