AirData App Objects
AirData App Objects are a way to group sets of variables together to cre...
Data Types Overview
Airkit provides a built in set of types. A type is a classification of...
The Text Variable Data Type
Text
The text variable data type is used to represent just that, text. ...
The Number Variable Data Type
The Number Airkit type is used to describe real numbers. These numbers c...
The Currency Variable Data Type
The Currency Airkit type is used to represent a given amount of currency...
The Email Variable Data Type
The Email Airkit type is a string representing an email address. Our Air...
The Phone Variable Data Type
The Phone type is used to store a phone number in the E164 format. This ...
The Any (JSON) Variable Data Type
The Object Airkit type is used to group together a set of named values ...
The Date Variable Data Type
The Date Airkit type is used to represent a calendar date. A Date consi...
The Time Variable Data Type
The Time Airkit type is used to represent the time of day. A Time consis...
The DateTime Variable Data Type
The Datetime Airkit type pairs a Date with a Time and a timezone. The Da...
The Boolean Variable Data Type
The Boolean Airkit type has two values TRUE and FALSE. It used to answe...
The Asset Data Type
Asset is a data type used to refer to a file asset. This file can be of ...
The List Data Type
The List Airkit type is used to group together values in a specific ord...
The Null Data Type
The Null Airkit type has only one value NULL, it is used to represent t...