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 / Change BrowseGallery I...
Power Apps
Answered

Change BrowseGallery Item Icon OnSelected

(0) ShareShare
ReportReport
Posted on by 3

I have a BrowseGallery:

 

Bildschirmfoto 2020-02-09 um 09.04.58.png

 

Within the OnSelected-Event of the 03_03_00_Yes symbol (by click on that) I want to change the icon of 03_03_00_Image, but only the one of/in the selected item/row.

 

How can I achieve this?

 

Thank you in Advance!

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,454 Most Valuable Professional on at

    Please refer to post above

  • WarrenBelz Profile Picture
    156,454 Most Valuable Professional on at

    Hi @Reikel ,
    You are using an Image control - if you load the required images into the Media facility (I will call them Image1 and Image2) The Image property of 03_03_00_Image would be

    If(
     ThisItem.'03_03_00_Yes symbol' = true,
     Image1,
     Image2
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Reikel ,

    Based on the needs that you mentioned, I think a single one variable could achieve your needs. I have made a test on my side, please consider take a try with the following workaround:

    Set the Image property of the 03_03_00_Image to following:

    If(
     ThisItem.IsSelected && YesButtonClicked,
     Image2,
     Image2
    )

    Set the OnSelect property of the 03_03_00_Yes Icon to following:

    Set(YesButtonClicked, false);
    Set(YesButtonClicked, true)

     

    Please consider take a try with above solution, then check if the issue is solved.

     

    Best regards,

  • WarrenBelz Profile Picture
    156,454 Most Valuable Professional on at

    Hi @Reikel ,

    I will leave it to you who you want to continue this discussion with - just let me know.

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
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard