Configure a table to capture the necessary data for your application.
Before you begin
Role required: admin, sn_app_eng_studio.user, or delegated developer
About this task
The second phase in building the data model for the employee travel request application is to configure the table so that it collects the necessary data for employee travel requests, such as location, dates of travel, and
estimated airfare.
This procedure covers the second part of the task demonstrated in the tutorial video. The first part of the procedure is outlined in the previous topic Create a data table.
Follow along to configure a table to store the necessary data for the employee travel request application.
Procedure
-
Ensure that the employee travel request table is open.
When your table is open, it appears in the canvas space.

-
Select Forms in the top ribbon to change your view to Forms view.
Forms view enables you to create your table as a form. You can choose other views depending on the type of data that your table stores.
-
Remove any unnecessary fields from your table by hovering over the field, then selecting the delete field icon (
).
Note: When you create a table from an extended table, the table comes with preconfigured fields. You can choose to keep or remove any preconfigured fields in your own table.
In our tutorial, we remove the following fields:
-
Select Save.
-
Create new fields for your table.
We must create several fields to collect details about employees' travel requests.
-
Select + Add a field in the table in the Add form elements panel.
-
In the Column label field, enter Departure Date.
Tip: The Column name field auto-populates based on the column label that you enter.
-
In the Type field, select Date.
- Optional:
To set additional properties for the field, select Advanced settings.
-
Select Add.
- Optional:
Select Add another one to create additional fields.
-
Repeat the process in steps a-f to add as many fields as you need.
We add more fields to collect additional information about employees' travel requests. The following table outlines the additional fields that we add to our table:
-
When you have added all of the new fields that you need, select Done.
The fields that you have added will appear in the Add form elements panel.
-
To add the fields to your form, select the fields, then drag them into the Default view panel with your existing fields.
Tip: To add multiple fields to your table at once, hover over the field, select the check mark in each field, then drag the fields into the Default view panel.

-
Select Save.
-
Add pre-existing fields to your table.
-
Search for the fields that you want to add by entering the names of the fields in the search bar.
In our tutorial, we add the following fields to our table:
-
Select the field in the Add form elements panel, then drag the field into the Default view panel.
- Optional:
Change the layout of the form.
-
Select your table in the Default view panel.
When selected, your table appears with a blue border.

-
In the Section customization panel, select One column, then select Two columns to arrange the form fields evenly into a two-column
layout.
- Optional:
Arrange the table fields into the order that you want them to appear by moving the fields.
In our tutorial, we arrange the fields into the following order:
- Number
- Opened by
- Departure Date
- Return Date
- Reason for Travel
- Estimated Airfare
- Approval
- Status
-
Select Save.
- Optional:
Select Preview to review how your form appears.
What to do next
To complete the data model for the employee travel request application, we must connect the travel request table to a separate table that stores airport data. Proceed to the next step: Share data between tables.