When robots perform actual tasks, temporary necessary information (e.g., ID/PW, folder names) often needs to be remembered. This can be efficiently managed using the commonly utilized feature known as variables.
1. What is a Variable?
A variable is a "box for storing values." From the perspective of developing a robot, it serves as a place where information temporarily remembered by the robot is stored.
Variables are used for defining, changing, and referencing that information.
For example, if you want a robot to log into a business system, you first define two variables: "ID" and "PASSWORD." Then, retrieve the ID and password from a specific Excel file and store them in the defined variables. Finally, the robot logs into the system by referencing the information stored in the "ID" and "PASSWORD" variables.
2. About Data Types
Various types of information (such as strings and numbers) can be stored in variables. These types are commonly referred to as "data types." The table below introduces data types commonly used by robots.
Understanding and utilizing variables effectively can greatly enhance the robot's ability to perform complex tasks by remembering and manipulating necessary information dynamically.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article