Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Data Types

The different types of variables are described below:

Type Description
Boolean Represents true/false values
Date Time Represents a timestamp including a date and time
Decimal Numbers with a decimal point, such as 4.5
Integer Whole numbers with no decimals
Secure String Encrypted strings that are masked to protect them
String Text containing any characters
Table Contains rows and columns of structured data, like an Excel spreadsheet
Custom Types Custom tables with a pre-defined structure