I'm using a combobox (within a form control) to allow users to search for people in the company and it works fine and writes to my SP List (via submitform) but when the user navigates back the field is blanked out. The other fields in the form return properly but this one does not.
This is the Item code: SortByColumns(Filter(Office365Users.SearchUser({searchTerm:Self.SearchText,top:100}), AccountEnabled=true), "DisplayName")
Datacard update property: DataCardValue25.Selected.DisplayName
Searching is enabled and it's a single select
Form item property is varRecord
Card default is ThisItem.ReportedTo
Combobox default and defaultselected items properties are blank
Any help would be appreciated!