Can UiPath Apps display data from data sources like SharePoint List

I am trying to show the data from a SharePoint list to an UiPath App.

I have created an solution project in studio web and inside that created an app.
In the app I have simply added a Table control.
Clicked on “Create Workflow” under Data source option in the General Tab and created a Workflow file inside the App project.
In the workflow file I am able to retrieve the SharePoint List Items into a data table using integration service.

With this my front end and back end is ready, how can i link both of these to show the data table records into my App’s Table control.

Also, I don’t see an option to import a process into my solution project?

Below are the screenshots: