The .ampro file stores a variable's default value only if the developer assigned it a value.
RPA automatically deletes all values stored in variables at runtime, for example email addresses, order numbers, or entire tables, from the client's local memory when they are no longer needed - at the latest when the task is complete. This means that all data is cached locally on the client only during the execution of the task.
If necessary, the robot can log the value of a variable in the Log database table so that it can be checked after the task is completed.
Note: Passwords are not displayed in plain text.