There doesnt seem to be an easy way - to equally do a search for users by Job title, location etc
If(!IsEmpty(SearchUser), Sort(Filter(Office365Users.SearchUser({searchTerm:First(SearchUser).Value}), Len(GivenName) > 0), GivenName, Ascending))
the searchuser value should allow jobtitle
this doesnt propelrly work in a gallery as it doesnt actually show all results
If(!IsEmpty(SearchUser), Filter(Office365Users.SearchUser(), TextInputSearchUser_1.Text in JobTitle))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.