Hi @v-jefferni
Noted about the message is coming from the Form and specifically with Items property. However I still cannot resolve this, as probably the case is a bit different.
So currently the Items property of my Form is Gallery1.selected.
As sometime the Gallery is empty, what exactly I should put in that Items property ? From what I think, it is best to make it and empty text boxes like a NewForm, however I tried this but error, seem I cannot use NewForm on this kind of property.
I have however add something in my form's Default Mode like this :
If(IsEmpty(Gallery1.Selected), FormMode.New, FormMode.Edit)
Since I thought when my gallery empty, the form mode should be New in hope that the form will show up (only with empty text boxes), but it seems failed.
Please help for any lead.
Thanks