Manage Connections
The parameters defined in a Connection allow the App to connect to a source of data like a SQL Database and expose the entities as Data Sources within the Page. Connection parameters can include credentials such as a username, password, path, URL, or location identifier that you can use to make a remote connection to the Data Source. For example, Connection parameters to connect to an SQL Database would include the Server Name, Authentication type, Username, and password.
It is recommended that you read the article listed below to improve your understanding of Data Integration.
Connections can be added directly to an Application by adding it to the App Data. To add a Connection to an Application, follow the steps below:
- 1.Open the Applications page from the left-hand menu.
- 2.Click on the edit button to edit an application from the list.


3. Click on App Data.
4. Click on add.
5. Select a connector, for example, a connector to Data Streams.
6. Enter the details of the Connection.
7. Click on Save.

The new Connection should appear in the list of connectors, and can now be used in the application to add Data Sources. The Connection can be used for all pages within the application it was added to.

To delete a single Connection, follow the steps below:
- 1.Open the Applications page from the left-hand menu.
- 2.Click on the edit button to edit an application.

3. Click on App Data.
4. Select the Connection.
5. Click on Delete.
6. Confirm that you want to delete the Connection.

To delete multiple Connections, follow the steps below:
- 1.Open the Applications page from the left-hand menu.
- 2.Click on the edit button to edit an application.

3. Click on App Data.
4. Click on Select.
5. Select multiple Connections to be deleted.
6. Click on Delete.

7. Confirm that you want to delete the Connection.

You can cancel the multi-select by click on the select button again.
Last modified 8mo ago