Hi @futr_vision , When you select the item in gallery, have this code:
Set(gblvar_SelectedRecord, ThisItem)
The Items property of form will be gblvar_SelectedRecord and the data source form will remain same as you already have.
On submit button, have this code:
SubmitForm(FormName);
Refresh(DataSource);
Set(gblvar_SelectedRecord, FormName.LastSubmit)
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍
Thanks,
ANB