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 / Shoutout Template-Sear...
Power Apps
Unanswered

Shoutout Template-Search Feature issue

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am working on the Shoutout App, however I am getting stuck.

 

When I type in a person's name into the search bar, it simply cycles, but doesn't actually display any information.  It is my understanding that it should display something related to the Gallery Person Activity Feed, but it doesn't seem to do that. 

 

Anybody know where the problem is?  I have a feeling (I'm not proficient in coding) that it has to do with a missing "Then" component of an IF/Then condition, but I'm not sure.

 

Any help would be greatly appreciated.

Categories:
  • eka24 Profile Picture
    20,925 on at

    Which formula are you using, a little more information would be helpful but try:

    Filter( Datasource, StartsWith( Name, SearchInput.Text ) )

     

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

     

  • v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Could you tell me

    1)which control in which screen has this problem?

    2)the formulas that this control use?

    I think maybe you are talking about the ComboBoxUserSearch in ActivityFeedScreen.

    If so , its Items property should be set like this:

    If(IsBlank(ComboBoxUserSearch.SearchText),
     Office365Users.SearchUser(),
     Office365Users.SearchUser({searchTerm: ComboBoxUserSearch.SearchText, top: 20})
    )

    That means that if you enter no data in this combo box, you will get a list of all the users of your talent.

    If you enter data in this combo box, you will filter user based on the text that you entered.

    To make this formula work good, you need to connect with office365 users .

     

     

    Best regards,

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard