I tried to make a Tablet app then add Edit Form and connect data it to my SharePoint List but it doesn't appear to the forms.

I tried to make a Tablet app then add Edit Form and connect data it to my SharePoint List but it doesn't appear to the forms.
Hi @TebTim ,
You still need to bind the form Items property to one of records when the Form is in Edit Mode.
The Form.Items property can be from the selection of Sharepoint list gallery, e.g. Gallery.selected
Except that, you can use LookUp function to retrieve the record meet the condition, e.g. LookUp('SP list', ID=1)
Hope this helps.
Sik