I have a Supporter field combo box with items from Office365Users.SearchUserV2, when I submit form all data saved on SharePoint list.

But the form after submitting the form is not showing the data of Supporter field. I try changing the Default Value of the combo box with this code, but it doesn't show. What was I missing?
LookUp('List-Request'.Supporter, Supporter = CurrentItem.Supporter)
