WinActor

RPA

What is RPA?

RPA(Robotic Process Automation) is a software tool which can easily automate data transaction from one application to another as if it were operated by human via user interface. By using RPA, manual operations on information systems, Microsoft Office, browsers, etc. can be configured as "scenarios" and executed automatically on PC.

With RPA, you can automate a series of business processes that were previously performed by human such as;

  • Obtain data from system A and copy it to system B
  • Extract necessary data from multiple systems, process and summarize them into one documentary report
  • Scrutinize data requested from employees by comparing it with data on Web site

(Refer to Figure1)



Automate a series of business processes previously performed by humans

Figure1. Automate a series of business processes previously performed by humans



"What makes RPA innovative?"

Recently, "labor shortage", "work style reform", and "improvement in productivity" have been important topics to be discussed. Therefore, RPA is expected to be able to automate small-lot and multi-product business processes that could not have been systemized for many years.

Around the 1990s, large-scale system investment such as introducing ERP began in Japan and business processes mainly in financial, accounting and personnel fields have been made more efficient than before. However, business processes which were not easy to be automated because of cost or security restrictions have not been systematized. Therefore, most of those business processes have still been handled by humans, using Excel, Access and so on. For example, even now, for the reports required for management accounting, a considerable amount of time and effort is required for a series of manual tasks such as outputting reports in Excel, processing data with Access, processing data with Excel again, and adjusting the appearance of reports. Even if the volume of each of these tasks is small, the total volume as a business process can be quite large by repeating it every day.

In order to make a decision to obtain additional investment for systematizing such business processes, it is necessary to continuously measure and accumulate the volume of each task and evaluate the return on investment. In the midst of daily work, employees force themselves to continue their work for many years, and it becomes natural to do so, and it is no longer considered a systemization target. In this way, a lot of manual work is left in the company without being systematized.

Leaving the manual work deepens the problem, as shown below. (Refer to Figure2)

  • Confirmation is needed because manual mistakes are likely to occur.
  • When the amount of manual work increases with transaction volume, there is a large difference in the required labor between periods of heavy processing and periods of less processing.
  • Authorized employees are tied to simple tasks dealing with certain confidential information and cannot be allowed to do other important work.
  • Employees have a mountain of manual work that cannot be processed and lose their motivation for work.


Leaving the manual work deepens the problem

Figure2. Leaving the manual work deepens the problem



How RPA works?

RPA is a tool that combines "UI (User Interface) recognition" and "Workflow" and enables the following:

  • Recognizing the operation target (information system or application)(※)
  • Perform basic operations (copy and paste, click or key press)
  • Executing branch processing in flowcharts

※ As shown in Figure 3, there are three ways to recognize the operation target: "image recognition", "coordinate recognition", "structural analysis", or a combination thereof.



Recognizing the operation target (information system or application)

Figure3. Recognizing the operation target (information system or application)



The difference from conventional system linkage is that RPA realizes automation of operations centered on the user interface. Before RPA, system modification such as API and DB connection was required to link different systems. However, RPA can more easily achieve the same effect as inter-system cooperation via UI (user interface). (Figure 4) However, it is important to note that RPA cannot retain or share data like systems can do.



Conventional system linkage and RPA's system linkage

Figure4. Conventional system linkage and RPA's system linkage



RPA also looks similar to Excel's macro / VBA automation, but differs significantly in the following ways:

  • Enabling process across multiple applications
  • Developing "scenarios" without programming(※)
  • Managing "scenarios" which are running systematically

※Macro / VBA requires code description in a programming language (VBA). On the other hand, RPA can create scenarios using a GUI (Graphical User Interface), so it is intuitive and easy for beginners to use, requiring no special knowledge. Scenarios can be easily created by dragging and dropping the actions from a list of actions (called "library or node") prepared in advance in the tool (called "library or node"), and putting them into a flowchart (Figure 5).



Scenarios can be easily created by dragging and dropping

Figure5. Scenarios can be easily created by dragging and dropping



As described above, RPA is a tool that "substitutes operations performed on a PC" to the last, so RPA cannot do things that people cannot do in terms of operation and authority as follows.

  • Changing the way of data storage and the interface inside the system
  • Screen transition, information browsing and updating beyond the range of authority of the ID being used
  • Data connection to network-blocked areas and systems
  • Obtaining information that is not displayed or searched in the user interface
  • Retention, sharing and management of data
  • Retention, sharing and management of access right control data for systems, OSs, folders, etc.