Anything | A generic don't-care data type used to indicate a data element with varying data types | | | |
Binary | A binary data item (byte buffer), used mainly to handle the contents of files | | | |
Boolean | A boolean data item (yes/no) | | | |
Data Structure | An empty container for defining a composite data type. The data structure is composed of other atomic and/or composite data elements. | | | |
Database Record | An empty container for defining a composite data type which is mapped to a database table. The data structure is composed of other atomic and/or composite data elements. | | | |
Date | A date data item | | | |
Date and Time | A date and time data item | | | |
Error | A predefined data structure for handling errors and exceptions | | | |
File | A predefined data structure for handling files over HTTP connections. The File data structure is used by various file handling templates, such as 'File Input Field' & 'Show File'. | | | |
Map | A collection of key/value pairs | | | |
Nothing | A generic typeless data type used to indicate a slot that does not pass data | | | |
Number | A numeric data item (for any type of a number) | | | |
Text | A textual data item (string) | | | |