Hi,
I am super new to powerapps, but trying to get my teeth into it.
I have three buttons:
- YesButton
- NeutralButton
- NoButton
When the YesButton is selected, I want it to be the only button visible of these three, when the NeutralButton is selected, I want it to be the only button visible of these three and when the NoButton is selected, I want it to be the only button visible on this page.
How do I achieve this?
I have tried this - UpdateContext({NeutralButton: false}) as the OnSelect formula for YesButton as per this post , but that doesn't seem to work for me.
Thank you n advance.
Jon