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 / Filter in combo box
Power Apps
Answered

Filter in combo box

(0) ShareShare
ReportReport
Posted on by

Hi,

 

Connection to a sharepoint list I have built a form that populates based on a combobox filter.

 

the filter combobox as Item='Repository List' and is showing two searchable fields/columns in the sharepoint list ("Assignee" and "Subject Name"). I would like to filter when a third column "Status" has only certain values: "in Process","assigned not started", "Monitoring". So the combo list still shows all list lines with Assignee and Subject Name but only when the status as as described.

 

I have tried the function filter, choices etc... but nothing works. Any thoughts what else could I do to achieve this? 

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    @Natanael1981 

    I have two requests before I respond further:

     

    #1  Can you please share a screenshot of your app and any code used so far to successfully filter by Assignee and Subject Name?  If you can share this I can do a better job of tailoring my answer to your situation

    #2  Can you please confirm status is a Choice column in SharePoint?

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Natanael1981 ,

    Could you please share a bit more about the "Assignee" and "Subject Name" column in your SP List? Are they both Text type column?

    Could you please show more details about the "Status" column? Is it a Choice type column?

     

    I made a test on my side, please consider take a try with the following workaround:

    Set the Items property of the ComboBox to following:

    Filter('Repository List', Status.Value = "in Process" || Status.Value = "assigned not started" || Status.Value = "Monitoring")

    Then re-configure the "Assignee" and "Subject Name" column as searchable fields in your ComboBox.

    Note: I assume that the Status column is a Choice type column in your SP List.

     

    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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard