Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

use dropdown to filter gallery based on sharepoint choice list

(1) ShareShare
ReportReport
Posted on by 148

Struggling to get this to work.

I have a gallery displaying sharepoint records . One of the columns in sharepoint is a multiselection column called Responsibility.

I dont have the Responsibility field displayed in the gallery (not necessary) but the Responsibility multiselections selections are visible when detail/edit form displays.

 

i would like to filter the gallery using a dropdown(default value would be blank so all records returned), so then user could select one Responsibility choice only and display the relevant records in the gallery.

 

any advice appreciated thanks.

 

Categories:
  • cheezy Profile Picture
    148 on at
    Re: use dropdown to filter gallery based on sharepoint choice list

    thanks as always

     

    the syntax works fine when dropdown  AllowEmptySelection set to true

  • Verified answer
    WarrenBelz Profile Picture
    146,679 Most Valuable Professional on at
    Re: use dropdown to filter gallery based on sharepoint choice list

    Hi @cheezy ,

    The syntax would be

    Filter(
     ListName,
     Len(ddName.Selected.Value) = 0 || ddName.Selected.Value in Responsibility
    )

    Note that this is not Delegable.

     

    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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,679 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard