Before starting to edit a process, it’s necessary to first understand the role of variables.
Variables are mainly used to store information, serving as simplified aliases for various complex data. When using data, these aliases can directly represent the corresponding complex data.
The data stored by variables is primarily divided into three types: static constants, dynamic variables, and element variables.
On the process editing page, you can click on Global Variables to set static constants.
The types of constants include batch text, boolean, number, string, and Excel data.
During the execution process on the cloud phone, values obtained and saved as variables are considered dynamic variables.
Tip: For example, results returned from an email or a network request.
Elements represent controls in the interface. If a control needs to be operated on multiple times, you can save it as an element variable for reuse.