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))
... View more