Hi Experts,
I have a gallery with all the information.
I wanted to show data based on filters like All, Completed, In Progress and Submitted.
For that I created a horizontal gallery and linked this gallery to a list called as Filters with the above values.
Now I added a button in the gallery and Set a value for a variable On button Select:
Set(RequestTypeFilter, ThisItem.Title)
After this the gallery of filter looks like this:

Now I have linked this filter with another gallery, so whenever I click on a particular button, the results in the other gallery are filtered. That is not the problem.
I want to change the color of the button on the image once it is selected, so that the user know what filter is selected.
Right now the color does not change, so even if the result is correct, the user never knows what is the filter for which the value is shown.
Any suggestions?
Thanks,
Aditya