Hello
I'm quite new to powerapps so this might seem like a really silly question, but I have 2 screens called
Screen1
Screen2
in screen1 I have an image which is called "visualDemo" and in screen2 I have another image called "imgAction"
Both the visualDemo image and imgAction are set to visible, so they can be seen
What I want to do is use the "onSelect" field on "imgAction", so when it is clicked, the image "visualDemo" simply becomes invisible
I tried adding the following to the "onSelect" field in "imgAction" to
Set(visualDemo;false)
but that produced an error
Any ideas?
Thanks