I would like a new form to display the last submitted record after saving the new record successfully.
So, I have on the Form OnSuccess property :
Set(varProjGalActiveItem, frm_Projects_Edit.LastSubmit)
Similarly on the Gallery which is connected to the form, I have on the Default property:
varProjGalActiveItem
However, when I save a new record, the gallery resets to displaying nothing (and similarly, the form)
Is there a way to display the last submitted record after saving a new record?
Thanks!