Hi @bbsin,
Based on the issue that you mentioned, do you want to populate the Form based on the Gallery.Selected?
Could you please:
- provide a screenshot to show me that how you set the Item and DataSource property of the Form?
- provide a screenshot to show me that how you set the Items property of the Gallery?
Please do post the error message covering over the red underlined formula.
In addition, the issue that you mentioned could be temporary which will work in hours. I mean you could remove the data source of the Gallery and the Form, re-add it.
Or you could re-create a Gallery and a Form, set the OnSelect property of the Gallery as:
Set(VarN,ThisItem);Navigate(Form1)
Set the Item property of the Form as below:
VarN
Hope it could help.
Regards,
Qi