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 / Display Form not updat...
Power Apps
Answered

Display Form not updating Data from Filtered Gallery

(0) ShareShare
ReportReport
Posted on by 19

So I have a gallery that has the following filter so it can be used with search bar

 

 

Filter(AddColumns(Table2, "ColumnName",'Column Name'),
 StartsWith(ColumnName, SearchbBox.Text)
)

 

 

I added a column because the filter does not work with column names with spaces in it. 

 

I changed the OnSelect property of the arrow to the following below:

 

 

Select(Parent) ; Set(varColSelecred, ThisItem.col)

 

 

 

And the Items property of the form to

 

 

LookUp(Table2, varColSelected = Gallery1.Selected.col)

 

 

 

This solution on displays the first record of the excel file, even when clicking other records in the gallery. I did it this way because setting the forms' item property to Gallery1.Selected Did not work. I have been stuck on this for the past 2 weeks. 

 

I need a solution to be able to display a form from a selection from a filtered galllery. 

 

Please Help!

 

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    HI @npinot2002,

    First of all, please check the Default property of your Gallery, make sure that it is set to {}, which will make Gallery.Selected be what you select from the Gallery instead of the first record by default.

     

    Then set the Item property of the Form as:

    LookUp(Table2, col= Gallery1.Selected.col)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard