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 / how to have drop down ...
Power Apps
Answered

how to have drop down selected with single line and filter gallery with two dropdown selection??

(0) ShareShare
ReportReport
Posted on by 1,994

hi

 

i have a SP list that is picking the user email when they lock in

bbsin_0-1621425094582.png

 

 

I want to create a dropdown for user to select their own email and filter the gallery.  may I know how to do it?

the Search category - Choices(list.Category) - as ComboBox 1

filter of gallery is SortByColumns(Filter(list)',IsBlank(ComboBox1.Selected.Value)||IsEmpty(ComboBox1.Selected.Value)||Category.Value=ComboBox1.Selected.Value),"ID",Descending)  

 

which is working fine , but now I want to add second filter box of user. how to make the two work together??  Thank you

 

bbsin_1-1621425205849.png

 

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @bbsin ,

     

    Since the Requestby column is a text type column, I assume your search by user combo box would be populated with a Distinct results:

    Distinct(list,Requestby).Result

     

    then the Gallery filter formula would be:

    SortByColumns(
     Filter(
     list',
     (IsBlank(ComboBox1.Selected.Value) || IsEmpty(ComboBox1.Selected.Value) || ActivityChoices.Value = ComboBox1.Selected.Value)
     &&
     (IsBlank(ComboBox2.Selected.Result) || IsEmpty(ComboBox2.Selected.Result) || 'email address' = ComboBox2.Selected.Result)
     ),
     "ID",
     Descending
    )

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • bbsin Profile Picture
    1,994 on at

    @v-jefferni 

     

    yes I missed it..  Thx will try it

     

    Ok 

  • bbsin Profile Picture
    1,994 on at

    @v-jefferni  can I ask u a issue ? not related to this?

  • v-jefferni Profile Picture
    Microsoft Employee on at

    @bbsin ,

     

    One thread one topic, this would helps other users in the community quickly find the questions and solutions they need.

     

    So, you'd better post new threads if you have other questions.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • bbsin Profile Picture
    1,994 on at

    Hi @v-jefferni 

     

    Yes it's working . thank you so much 🙂  

  • bbsin Profile Picture
    1,994 on at

    @v-jefferni 

     

    Hi Jefferni,

     

    can you advise for some reason it's not working I not sure why?

    bbsin_0-1621861462553.png

     

    thanks

     

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard