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 with textbox an...
Power Apps
Answered

Search with textbox and combobox

(0) ShareShare
ReportReport
Posted on by 38

Hello all,

 

could you please help me to find a solution for my formula.

I have a box list where items on a sharepoint list is returned using the Filter method.

 

When i want to use it with a text input, i'm using:

Filter([@'Defect Status Portal'],StartsWith(Title,TextInput1.Text))

 

When i want to use a choice in my Combobox, i use:

Filter('Defect Status Portal', Status in ComboBoxStatus.SelectedItems)

 

booth are working well but how to use booth together, in one formula?

So i want or make a search with the text that i type on the textinput or make a search with the item that i choose in the combobox.

 

Thanks

 

 

 

Categories:
  • Verified answer
    BhargavPatel Profile Picture
    660 Moderator on at

    Try this:

    Filter([@'Defect Status Portal'],StartsWith(Title,TextInput1.Text), Status in ComboBoxStatus.SelectedItems||IsBlank(ComboBoxStatus.SelectedItems)||IsEmpty(ComboBoxStatus.SelectedItems))

     

  • LoDurbano Profile Picture
    38 on at

    Hi @BhargavPatel, working fine! Thanks a lot

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard