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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 505
WarrenBelz 502 Most Valuable Professional
Haque 324