New to PowerApps and working on a new solution. I can't figure out how to do something that seems quite simple...
I need to update a checkbox control's value to true (i.e. "checked") when an icon is clicked.
In the Icon configuration, what formula do I need to enter into OnSelect?
I have tried using Set and UpdateContext, but I think those only work with variables. This is updating the value of a control....
Checkbox1.Value=true
Appreciate the advice.