Hi All,
I have to a data card in my edit screen to push calendar appointments to outlook, which works as intended. I would like to change the colour of the button once it is selected. I have set the onselect value to UpdateContext({OneClicked:true}); and the fill value to
If(
OneClicked,
DarkGreen,
DarkBlue
).
This works, however the buttons colour has now changed in the edit screen of every gallery item selected instead of just the one selected.
Any help would be appreciated.