---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Configure a data table

# Configure a data table {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 min. de leitura

Configure a table to capture the necessary data for your application.

## Antes de Iniciar

Role required: admin, sn_app_eng_studio.user, or delegated developer

## Por Que e Quando Desempenhar Esta Tarefa

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.  

|-|-|-|
| Phase 1 | ![Completed icon]() | [Create a data table](https://servicenow-prod.fluidtopics.net/KD6vcfYS7ZDMA35hDOjFaQ "Create a table to store the data for your application.") |
| Phase 2 | ![In progress icon]() | [Configure a data table](https://servicenow-prod.fluidtopics.net/GOdd3WL3dkP86C_FTAlSyQ "Configure a table to capture the necessary data for your application.") |
| Phase 3 | ![Close alert icon]() | [Share data between tables](https://servicenow-prod.fluidtopics.net/_0OGqHra7QtbJkgHTgGKyg "Share data between tables to avoid data duplication.") |
[ ]

{#app-tutorial-configure-table__table_or3_vg3_3db}

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](https://servicenow-prod.fluidtopics.net/KD6vcfYS7ZDMA35hDOjFaQ "Create a table to store the data for your application.").

Follow along to configure a table to store the necessary data for the employee travel request application.

{#app-tutorial-configure-table__table_r5v_sw4_vcc__entry__2}

| Timestamp | Section |
|-|-|
| 0:48 | Begin editing your table. |
| 0:54 | Add and configure fields in your table. |
| 2:32 | Change the data form layout. |
| 2:39 | Save your changes. |
[Tabela 1. Video sections]

{#app-tutorial-configure-table__table_r5v_sw4_vcc}

## Procedimento

1. Ensure that the employee travel request table is open.
   * To open a table from your instance home page, navigate to AllApp EngineApp Engine Studio. Then select your application and select the table that you want to configure.
   * To open a table that you have just created, select Edit table.

   {#app-tutorial-configure-table__choices_nhy_kmj_vcc}  
   When your table is open, it appears in the canvas space.

2. 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.
3. Remove any unnecessary fields from your table by hovering over the field, then selecting the delete field icon (![Delete form element.]()).  
   Nota:  
   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:
   * Priority
   * Configuration item
   * Parent
   * Assigned to
   {#app-tutorial-configure-table__ul_gbp_hy5_gdc}
4. Select Save.
5. Create new fields for your table.  
   We must create several fields to collect details about employees' travel requests.
   1. Select + Add a field in the table in the Add form elements panel.
   2. In the Column label field, enter <kbd class="ph userinput">Departure Date</kbd>.  
      Dica:  
      The Column name field auto-populates based on the column label that you enter.
   3. In the Type field, select Date.
   4. **Opcional:** To set additional properties for the field, select Advanced settings.  
      We don't set additional properties for the fields in our tutorial. For more information about field types and advanced settings, see [Field configuration in Table Builder](https://servicenow-prod.fluidtopics.net/wovoeHmAhpGlh74deOYa8g "You can configure the basic field properties for any field within Table Builder.").
   5. Select Add.
   6. **Opcional:** Select Add another one to create additional fields.
   7. 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:{#app-tutorial-configure-table__table_zwc_m5j_fdc__entry__2}

      | Column label | Type |
      |-|-|
      | <kbd class="ph userinput">Return Date</kbd> | Date |
      | <kbd class="ph userinput">Estimated Airfare</kbd> | Decimal |
      | <kbd class="ph userinput">Reason for Travel</kbd> | String |
      [ ]

      {#app-tutorial-configure-table__table_zwc_m5j_fdc}
   8. 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.
   9. To add the fields to your form, select the fields, then drag them into the Default view panel with your existing fields.  
      Dica:  
      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.
   {#app-tutorial-configure-table__substeps_qrl_wvm_ncc}
6. Select Save.
7. Add pre-existing fields to your table.
   1. 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:
      * <kbd class="ph userinput">Approval</kbd>
      * <kbd class="ph userinput">Opened by</kbd>
      {#app-tutorial-configure-table__ul_lpf_bzj_fdc}
   2. Select the field in the Add form elements panel, then drag the field into the Default view panel.
   {#app-tutorial-configure-table__substeps_clh_mnw_2dc}
8. **Opcional:** Change the layout of the form.
   1. Select your table in the Default view panel.  
      When selected, your table appears with a blue border.

   2. In the Section customization panel, select One column, then select Two columns to arrange the form fields evenly into a two-column layout.  
      Dica:  
      For more information about the customization options available in the Section panel, see [Customize your form layout in Table Builder](https://servicenow-prod.fluidtopics.net/mGk026SZ~1FJtnEa_pS5_g "Visually design the look of the forms your users see by customizing form views in Table Builder.").
   {#app-tutorial-configure-table__substeps_pqv_hn2_5cc}
9. **Opcional:** 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:
   1. Number
   2. Opened by
   3. Departure Date
   4. Return Date
   5. Reason for Travel
   6. Estimated Airfare
   7. Approval
   8. Status
   {#app-tutorial-configure-table__ol_kwc_tsw_2dc}
10. Select Save.
11. **Opcional:** Select Preview to review how your form appears.

## Resultado

Your table is configured to capture the necessary data for employee travel requests.

## O que Fazer Depois

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](https://servicenow-prod.fluidtopics.net/_0OGqHra7QtbJkgHTgGKyg "Share data between tables to avoid data duplication.").

