Hi, All ,
Now I have a search box , the search box can search the user email,
but i would like to use search by Display Name
combo box:Filter(Office365Users.SearchUser({searchTerm:cmbUser.SearchText}),AccountEnabled = true)
button:Test1.Run(cmbUser.Selected.UserPrincipalName)
And i have try
Filter(Office365Users.SearchUser({searchTerm:cmbUser.SearchText}),AccountEnabled = true).DisplayName
Although the username can be displayed but cannot pass to Teams Approve and Cannot display all staff
