I am building my first app which was based mainly from a single SharePoint List called "Student List". This was created using the automated process.
I have had few issues with the Gallery page, but I when I went to edit the Detail page, it was broken. I have tried to look everywhere for solutions, but I have not found anything to help with the problem. My main resource that I have been trying to follow is Understand canvas-app forms - Power Apps | Microsoft Docs.
My problem: the 'Item' on the DetailForm should be 'Gallery.Selected'. However, I get an error. I have tried to attach any images that might be useful.
Image 1 - Gallery View:
- The gallery is called "Gallery".
- The arrow to the next page has a function to navigate (as shown).
- I previously tried making the arrow "Select(Parent)" with no success (I don't know what is correct, just that the 'Understand canvas-app forms' documentation say do 'navigate').

Image 2 - Detail View:
- The form function for the Item is "Gallery.Selected". This comes up with an error stating: "Invalid formula: expected a value compatible with 'Datasource'".
- The Datasource can be seen. It is the same as the Filter function from the ListSearch.
- I have also tried [@'Student List'] for the Datasource.

Any help or advice would be greatly appreciated. I apologise that I am quite new to this and one may need to 'dumb it down'.