Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Filter Gallery with Toggle

(0) ShareShare
ReportReport
Posted on by

Hi All,

I have a toggle outside a gallery. I need it to filter my gallery with my toggle when switched to false(no) and also by a column called Code "Q". I had the following but it's not working.  ClearCollect called ccTestTable. Toggle called testIndicator

How do I get this to filter when the toggle is set to false? Any help will be so helpful. Thank you

Filter(
ccTestTable,
If(testIndicator.Value=false ||
Code = "Q"
))

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: Filter Gallery with Toggle

    Hi @Anonymous,

    Do you want to filter the Gallery only when the Toogle value is switched to false?

     

    If so, please modify your formula as below:

    Filter(
    ccTestTable,
    If(testIndicator.Value=true,true,YesOrNo_Column=false) ||
    Code = "Q"
    ))

    Note that if you want to filter gallery based on tooggle and the Code column, you should use && instead of  ||

  • AaronKnox Profile Picture
    510 Super User 2024 Season 1 on at
    Re: Filter Gallery with Toggle

    You don't need the If() function as both the toggle and Code = Q can be evaluated on their own:

    Filter(ccTestTable, !testIndicator.Value || Code="Q" )

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 110 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 81

#3
stampcoin Profile Picture

stampcoin 54

Overall leaderboard