web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : QcRX4msaCGn/9nZ9xGNoQY
Power Apps - Building Power Apps
Unanswered

navigate and filter data on gallery (list SP) by click button

Like (0) ShareShare
ReportReport
Posted on 28 Apr 2022 07:43:57 by

Hi im working in training center and im new in power apps.
so my SP list linked to powerapps.

on home screen , I created few buttons with the name of the training

I want to filter my gallery with the name of training request when click on the button and show only gallery of that training. how to do this filter

na2022_0-1651131940617.png

 

  • BCBuizer Profile Picture
    22,262 Super User 2025 Season 2 on 28 Apr 2022 at 08:23:55
    Re: navigate and filter data on gallery (list SP) by click button

    Hi @na2022 ,

     

    If I understand correctly, your gallery is on another screen. What you can do is to set the OnSelect property of the buttons with a Navigate() function and pass a context variable that corresponds with the course, for instance:

     

    Navigate(Screen1,ScreenTransition.None,{CourseCode:"PL-900"})

     

    In the screen you are navigating to (screen1 in the above example), you'll have a gallery for which you need to add a filter to the Items property:

     

    Filter(YourCourseList, Code = CourseCode)

     

    This will check your data source (YourCourseList in the above example) to find any matches against to value set for the context variable.

     

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2