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 / toggle a buttons visib...
Power Apps
Answered

toggle a buttons visibility on parent select

(0) ShareShare
ReportReport
Posted on by 5

I need to toggle the Visible property of a button, so that the button only shows up for the item(the row i guess) in the gallery that has been selected. 

 

I tried to put a function in the Visible property of the button as follows: 

 

If(Parent.Selected = true, true, false)

but this did not work as i had hoped, how can I achieve this. 

I know i could probably put a button not within the gallery and grab the selected item, but i would prefer to have the button inside the gallery. 

 

Thanks for any help!

Categories:
I have the same question (0)
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    You can access the IsSelected property from the ThisItem object in a row to check whether it's selected. If you set the Visible property of your button to

    ThisItem.IsSelected

    Which is equivalent to

    If(ThisItem.IsSelected, true, false)

    Then you should see the button only on the selected row.

    Hope this helps!

  • sporran Profile Picture
    5 on at

    This did it, thank you!

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 839

#2
Valantis Profile Picture

Valantis 533

#3
Haque Profile Picture

Haque 412

Last 30 days Overall leaderboard