Display records from a collection in a table on the dashboard page

I have a collection that is set up for “Form Submission”, and a dataset called dataset7, that links the page elements to the fields in the collection.
A also have a submit button with its click action set to “Submit”.
The above setup works fine as intended. The records get written to the collection, with no issues.

I now want to have a dashboard page that retrieves the data from the above collection and displays it on the dashboard page.
To achieve this, I added a table and tried to connect to dataset7 to simply display the records on page. But no data is displayed in the table.

My question is:
Do I need to have a separate dataset to be able to display the results into the table on the dashboard page?

Please advise.

thanks and best regards

Inayat

The issue is resolved! I redid the config and it worked. All good. Thank you all!