Type conversion
- Updated: 2022/05/25
You can temporarily convert the values inside a Boolean, Number, or String variable
from one type to another type (typecasting) to use within one action. For
example, use lt;YourStringVariable>.String:toNumber$ to convert the value
of a string variable to a number variable to perform mathematical operations.
In the text field, enter lt;variable name>.. After you enter
the period, the auto-fill suggests possible actions such as
toNumber.
| Variable type | Typecasting options |
|---|---|
| Boolean |
|
| Number |
|
| String |
|
Note: Type casting is not supported for the following scenarios:
- As a value that is passed between bots.
- As a property value for an object captured with the Universal Recorder.