I have a gallery within my powerapp (GalleryApp) and I have a button in there which when pressed displays a drop down box. The problem I have is that when the Button is pressed every instance of the drop box appears all the way down the gallery. Is there a way that I can set the visible property on the drop box so that only the individual dropbox appears when the button is pressed?
Try setting the OnSelect property of the button to the following:
UpdateContext({varBtnPressed: false}); Select(Parent); UpdateContext({varBtnPressed:!varBtnPressed})
Have had a test my end with this and seems to be working, "moving" the dropdown to whichever gallery item is selected.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2