Creating the App Object in AirData
Last updated
Last updated
Let’s start by creating the App Object where the information entered by the user will be stored. By defining the App Object beforehand, we are making sure there will be a schema available to be bound to the Web Page fields when building the UI. This allows for a better data structuring as well as saving some configuration time.
If you don’t want to keep the captured information in an AirData table, you can create a Custom Data Types instead.
From AirData Builder, click on + App Object and rename it to “user”.
Click on the '+' icon next to the recently added object and add the following Variables:
Of Text
type:
first_name
last_name
company
Of Phone
type:
phone
Of Date
type:
birthday
Save the app to run a migration and create the AirData Table where the information will be saved later on.