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 / include/exclude galler...
Power Apps
Answered

include/exclude gallery items based on choice column using toggle

(0) ShareShare
ReportReport
Posted on by 157

Hello, 

 

I have a canvas app displaying items from a sharepoint list.  Users view/modify/add records via the app. 

 

I have a choice colums in the list "Statut" with the choices: fini, attente, encours, nouveau

 

I have added a toggle switch on my gallery page that I want to include/exclude items with the "Statut" of 'fini'

 

the onCheck of the toggle is 

Set(showFini;true)

the onUnCheck is 

Set(showFini;false)

 

the gallery items code is 

Filter(
 MainIntList;

If(showFini=false;Statut.Value<>"Fini") 


)

 

When the toggle is unchecked (false) items with Statut = Fini are hidden, if I check the toggle the gallery goes blank. 

 

Can someone help me understand why and how to show all items if the toggle is checked/true

Categories:
  • Verified answer
    td1979 Profile Picture
    157 on at

    I resolved this simply (although I am not sure it is the best way?)

     

    Filter(
     MainIntList;
    
    If(showFini=false;Statut.Value<>"Fini") 
    
    // here I added an or 
    
    || showFini = true
    
    
    )

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard