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 / Changing an image when...
Power Apps
Answered

Changing an image when clicking an image

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello everyone,

 

I have a question regarding the image OnSelect.

What I would like to do is when I click on an image (happy smiley), I would like to gray (or change opacity) out the other 2 (neutral and sad) (or replace them by greyed out images).

However they still need to be able to click the other smileys, because a user might change the way he/ she feels.

Screenshot_24.png

 

I can't seem to get this to work...

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

    Hi @Anonymous ,

    I assume you are using Image controls here.

    You can conditionally change their properties (actual image shown) with the Image property based on a Variable that can be set with the OnSelect property of the image. So if you have a variable called vImage (or whatever), and two icons (one grayscale and one color), each icon could have something like (the Smiley Image property)

    If(
     vImage = "Smiley",
     colorSmiley,
     greySmiley
    )

    and the OnSelect of the Smiley

    UpdateContext({vImage:"Smiley"})

    with these names being the names of the images loaded into your Media.

    So each time an icon is pressed, it would go to the color version and the others to the grayscale version.

     

    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.

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello @WarrenBelz.


    Thank you for your reply.

    This did the trick!

    Thank you very much!

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 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard