Ok. What I'm trying to do is pretty simple. I have a screen with multiple buttons. All I want to do is when a user clicks on a button, it changes the background color (to indicate it's selected). So for instance, the button is set to Primary in the Style & Theme area. Looking at other documentation, it seems like I should be able to set the Fill property of the button with a simple Update Context True/False statement in the OnSelect property.
When I look at the properties for the button, there is no Fill property. The closest I see is Appearance or BasePaletteColor. What am I missing? New to PowerApps but this seems like it should be a fairly easy thing to do. Any help would be appreciated.