Notifications
Announcements
Filter( Office365Users.SearchUserV2( { searchTerm: SearchNametxt.Text, top: 100 } ).value, ( Find("(Business name)", DisplayName) > 0 || Find("(BUSINESS NAME)", DisplayName) > 0 || Find("(Another BUSINESS NAME)", DisplayName) > 0 || Find("(Another Business Name)", DisplayName) > 0 || Find(SearchNametxt.Text, JobTitle) > 0 ) && AccountEnabled = true )
Find
Lower()
JobTitle
Filter( Office365Users.SearchUserV2( { searchTerm: Self.SearchText, isSearchTermRequired: false, top: 999 } ).value, ( "(Business name)" in DisplayName || "(BUSINESS NAME)" in DisplayName || "(Another BUSINESS NAME)" in DisplayName || "(Another Business Name)" in DisplayName || ( Len(SearchNametxt.Text) = 0 || SearchNametxt.Text in JobTitle ) ) && AccountEnabled )
Filter( Office365Users.SearchUserV2( { searchTerm: Self.SearchText, isSearchTermRequired: false, top: 999 } ).value, (Len(SearchNametxt.Text) = 0 || SearchNametxt.Text in JobTitle) && AccountEnabled )
Filter( Office365Users.SearchUserV2( { searchTerm: SearchNametxt.Text, isSearchTermRequired: false, top: 999 } ).value, (Len(SearchJobtxt.Text) = 0 || SearchJobtxt.Text in JobTitle) && AccountEnabled )
Filter( Office365Users.SearchUserV2( { searchTerm: SearchNametxt.Text, isSearchTermRequired: false, top: 999 } ).value, (Len(SearchJobtxt.Text) = 0 || SearchJobtxt.Text in JobTitle) && AccountEnabled && ( Find("(Business Name)", DisplayName) > 0 || Find("(BUSINESS NAME)", DisplayName) > 0 || Find("(Another BUSINESS Name)", DisplayName) > 0 || Find("(Another Business Name)", DisplayName) > 0 ) )
ClearCollect( UsersCollection, Office365Users.SearchUserV2( { searchTerm: " ", isSearchTermRequired: false, top: 999 } ).value );
Filter( UsersCollection, AccountEnabled && ( Dropdown1.Selected.Value = "Name" && StartsWith(DisplayName, SearchNametxt.Text) || Dropdown1.Selected.Value = "Job Title" && !IsBlank(JobTitle) && StartsWith(Coalesce(JobTitle, ""), SearchNametxt.Text) || Dropdown1.Selected.Value = "Department" && !IsBlank(Department) && StartsWith(Coalesce(Department, ""), SearchNametxt.Text) ) && ( Find("(Business Name)", DisplayName) > 0 || Find("(BUSINESS NAME)", DisplayName) > 0 || Find("(Another BUSINESS Name)", DisplayName) > 0 || Find("(Another Business Name)", DisplayName) > 0 ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 721 Most Valuable Professional
Michael E. Gernaey 320 Super User 2025 Season 2
Power Platform 1919 268