web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Search box for showing...
Power Apps
Answered

Search box for showing 2 variant Jobtitle.

(0) ShareShare
ReportReport
Posted on by 5

Hi

i need help for showing 2 variant Jobtitle : Manager and Assistant Manager on search box. how to implement this please help, 

i use this but not work. the search box blank

 

If(
!IsBlank(Trim(TextInputSearchFilter.Text)),
Filter(
Office365Users.SearchUser(
{
searchTerm: Trim(TextInputSearchFilter),
top: 5
}
),
JobTitle = "Manager", "Assistant Manager"
)
)

Categories:
I have the same question (0)
  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi,

    Try this formula, may it help you

     


    If( !IsBlank(Trim(TextInputSearchFilter.Text)),

    Filter( Office365Users.SearchUser(

    { searchTerm: Trim(TextInputSearchFilter.Text), top: 5 } ),

    JobTitle = "Manager" || JobTitle = "Assistant Manager" ) )

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard