- Text
- Number
- Boolean
- List
- Time
Text
Stores string data allowing you to create and manage string-based variables.
Number
Stores numerical data, representing quantities, counts, or measurements.
Boolean
Represents true or false values, often used for making conditional decisions or indicating states.
The boolean datatype has the following properties that can be used.
List
Stores an ordered collection of items ofstring or number data type, ideal for managing multiple values.

Time
Stores specific points in time (e.g., dates, timestamps) or durations (e.g., hours, minutes).