Hello Experts, In my App i have Brows screen and after choosing the record it open the same record to details screen. Till here all good. when i am editing the record on edit page same record doesn't appear. it shows default record and when i am updating anything it doesn't update of course because its not the same record.
Here what i am writing on my edit button.
EditForm(Frm_02);Navigate([@ActivityScreen], ScreenTransition.None)
On details screen.

When i open Record by clicking on edit button.

Please advise