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 / SharePoint based app
Power Apps
Unanswered

SharePoint based app

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello everyone, we generated a power app from sharepoint list, what we need is to filter the app search drop down, so the only options visible will be the ones that contain the property "adjudicado" (awarded) in the SP column
At ths moment, the Dropdown displays all the options in the list without any filter

How do we do to change the scroll behavior?


Additionlly, is it posible to make the scroll to search for every key word? so the searching process will be easier.

Right now the drop down bar just searches for the first key letters from the optionsseb 1.JPGAnnotation 2020-02-03 191828.png

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    153,791 Most Valuable Professional on at

    Hi @Anonymous ,

    When you refer to "Search Scroll", are you referring to the drop down value you are selecting from?SearchScroll.png

    If so, the then Items property just needs to be filtered to show the item you want

    SortByColumns(
     Filter(
     <YourList>,
     <List Field> = adjudicado"
     ),
     "<Display Field>"
    )

     Substitute your list and field names for the ones in <> brackets.

    Can you please explain a bit more your second question.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @WarrenBelz sure, the 2nd question is how to change the scroll behavior, so you can search for any key word.  The scroll just looks for the first letter of each option now

  • WarrenBelz Profile Picture
    153,791 Most Valuable Professional on at

    Hi @Anonymous ,

    Sorry for the late replay - you can use the In statement, but this is not delegable (Selected value In Target field) . If you have less than 2000 records, you can collect the target and this will work.

     

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 70

#2
WarrenBelz Profile Picture

WarrenBelz 64 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 36 Super User 2026 Season 1

Last 30 days Overall leaderboard