Hello, how do you want to know if this is possible in powerapps using Office 365 users?
what happens is that I have a combobox and in the items event I have the following formula
Office365 Users.SearchUser ({searchTerm: cbres.SearchText; top: 10}). DisplayName
This formula allows the user to enter the name of the employee they want to search for and filter it, but I want that when the user clicks on the combobox below in a text box, it shows where the employee works, not the name of the company, show your work area for example, accounting, management, marketing

If this is possible, how could I do it so that the texbox will show me this information? , Many many Thanks 😄