Variables

Variables are temporary data containers that store data during workflow execution. Variables include various types of data, such as numbers, text, or dates. The variable data type must match the activity property data type. The Data type has a related name and a class. For example, <String> and System.String.

You can add an existing variable to a selected activity of the RPA flow, create a new variable, or rename an existing variable using the variable panel. However, to reference the variable in the activity’s properties, you must use the default name.