Perform the following steps to create a datasource using stored procedure:

  1. In Canvas Studio, click Connections on the left pane. The existing connections are listed on the Connections tab.

  2. Right-click a connection and select Create Data Source.


    The Create New Data Source page appears.

  3. In the Create Data Source page, enter a unique data source name in the Data Source Name field.

  4. Click Object Name field and select the stored procedure name from which you need to fetch the data. In this example, procedure_summary procedure is selected.


    The parameter details of the selected stored procedure appears on the page.

  5. Click Save.

...