Hi everyone,
Hope you are well.
I have app with detailed page connected to SharePoint list, this Detailed page has a edit icon which takes me to different page to edit the detailed page.

Edit icon:
EditForm(Form1);Navigate('Edit entries', BorderStyle.None,{selectedUser:selectedUser});UpdateContext({selectedUser:ComboBox3.Selected})
As you see 'assigned to' has my name in it, but when i click on edit icon it takes me to edit page and the name disappears from combobox, i want to name to be there from edit screen, updating default selected items but it did not work.


DefaultSelectedItems: {DisplayName: selectedUser.DisplayName, Mail: selectedUser.Mail}
Items combobox:
Office365Users.SearchUser({top:999})
Please help, thank you.
@WarrenBelz @CNT @Drrickryp @iAm_ManCat