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 / Lost search ability on...
Power Apps
Answered

Lost search ability on lookup column

(0) ShareShare
ReportReport
Posted on by 139

Before I set this filter 

Filter(
Choices(ProgressNotes.Client),
Value in Filter(ClientId, ClientStatus = "Active").ClientID
)

 

You could start typing the ClientId and pick that ClientId or you could scroll to choose

 

After setting the above filter you can only scroll and pick the ClientId , is it possible to have both the type and scroll to search when choosing the ClientId if filtering by another column value?

Categories:
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @thomasw1964 

     

    please try this:

     

    Filter(
     Search(
     Choices(ProgressNotes.Client),
     TextInputSearch.Text,
     "Value"
     ),
     ClientStatus = "Active"
    )
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @thomasw1964😊

     

    Are you referring to the native search functionality of a combobox? When adjusting the items property, it can occur that the Search field is defaulted to false.

     

    Could you please double check that (1) Value is defined as your search field and (2) Search is turned on. This can be done by selecting the combobox and checking the corresponding fields in the right property panel..

     

    LaurensM_2-1707758805237.png


    (Search can be found by scrolling down)

    LaurensM_1-1707758711524.png

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

  • thomasw1964 Profile Picture
    139 on at

    I did try that previously, i should have mentioned that the filter is on the Items function of the datacard for that lookup column. So, it made sense to me when I got the error that the SearchInputText.Text wasn't recognized. 

     

    thanks for the reply though

  • thomasw1964 Profile Picture
    139 on at

    Genius , Thank you...I get it when I modified it changed that ability, perfect again thanks so much

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 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard