Table of Contents

Manage Data Sources

Data Sources can be created for a Page in the Application. They are a way to link to a specific Entity in a Connection's Entities, for example, a table in a SQL database. Data Sources are managed through the Page Data tab of a Page. Data Sources allow you to display, use, manipulate or store data from a connected source of data such as an SQL Server Database.

Note

It is recommended that you read the article listed below to improve your understanding of Data Integration.

Creating a Data Source

To create a Data Source on the Page of an Application, follow the steps below:

  1. Open the Editor for the Application.

    Screenshot of the application dashboard showing how to open the App Editor with the edit button highlighted

  2. Open the Page that will have the Data Source.

    Screenshot showing how to open a page from the pages panel in the App Editor

  3. Click on Page Data.

  4. Click on the plus symbol to add a new Data Source.

  5. Enter a name.

  6. Add the Connection and Entity where data will be retrieved.

  7. Specify the Primary Key.

  8. Click on Save.

    Screenshot showing the primary key field in the Data Source configuration panel

    Screenshot of the Data Source creation interface with connection, entity, and primary key fields

Edit a Data Source

To edit a Data Source, follow the steps below:

  1. Open the Editor for the Application.

    Screenshot of the application dashboard showing how to open the App Editor for editing a Data Source

  2. Open the Page that has the Data Source.

    Screenshot showing how to open a page containing the Data Source you want to edit

  3. Click on Page Data.

  4. Click on the edit button.

  5. Edit the details of the Data Source.

  6. Click on Save.

    Screenshot showing the Data Source edit interface with editable fields

Delete a Data Source

To delete a Data Source, follow the steps below:

  1. Open the Editor for the Application.

    Screenshot of the application dashboard showing how to open the App Editor for deleting a Data Source

  2. Open the Page that has the Data Source.

    Screenshot showing how to open a page containing the Data Source you want to delete

  3. Click on Page Data.

  4. Click on the edit button.

  5. Click on Delete.

  6. Confirm that you want to delete the Data Source.

    Screenshot showing the delete button and confirmation dialog for removing a Data Source

Further Reading


Last modified: July 16, 2025