I am writing below code in DefaultSelectedItems property of combobox. But it is only returning one record. How can i show all the users which are stored in SharePoint "Approvers" people picker field?
Filter( Office365Users.SearchUser({}), Mail in ForAll(LookUp(CustomerList,ID=44).Approvers,ThisRecord.Email))