A newbie here (1st time with Power Apps). I am trying to either hide a label or change it's color when an image is clicked. You know, basic stuff.
Using the attached image for reference --
For the image named "btn", I have tried using the OnSelect with:
btn.Visible=false
and
Label2.Color = Red
However, nothing changes when I run it.
Ideas?