so am trying to do a form in powerapps for my company and i need to have 2 user comboboxes in it to search for both the employee and then the supervisor. when the user selects the first one using:
Office365Users.SearchUser({searchTerm:'Primary User'.SearchText,top:10})
they get the entire list of users, but in the second combobox i have, when they begin typing in there(using the same line as above) it gives them the results from the first one only and not all the people in the company. is there a way to clear the user search history after the selection of the first combobox?