Connect to your data
Add a Connector and queries or functions to retrieve data from a database, web service or file.
Design how you want to present your data
Add Pages to your application, then drag-and-drop controls (labels, textboxes, data grids, drop-downs and other form fields) onto your pages.
Create a basic data-driven application (part 2)
Assign the data to your controls
Create event handlers consisting of scripts, actions, queries or Web Service Connector that will assign data to your controls when specific events are triggered, e.g. when a page loads (event), the event handler could include a SQL query and a SetValue action to assign data to a textbox control.
Add functionality for users to interact with your data
Create event handlers consisting of Scripts, actions, queries or functions that will execute when specific events are triggered by users, e.g. when a user clicks a button, the event handler could include a SQL query to insert form field values into a database.