I am new to power apps and have created a form, a list as a data source, now I want to display the data entered by user in the form just when he clicks on view form button (a button i created)

This is the OnSelect property of the 'View Form' button:

The user will be redirected to viewForm Screen on clicking the view form button, where I have used a display form with the same list as the data source but in labels, I used the Collection created in clicking the view form button to display the data, now the issue I am facing here is that I can view the form while editing but on playing it says "No Items to Display".
Any help would be helpful, thanks in advance.