Hi everyone.
I have an issue with my gallery fill property. So the gallery has checkboxes that when selected, create and fill a collection. Also, when the checkbox is checked, it uses template fill to shade the gallery showing the item is selected. The collection is removed from the gallery using a ForAll formula and the collection is posted to another table. Operationally it works perfectly, but after the ForAll loop runs, the gallery is shaded like all the checkboxes are checked.
I have tried multiple solutions, and currently I have a lebl inside the gallery that shows the value of the checkbox, and the template fill formula is below. If(Label7_12.Text = "false",Transparent,(RGBA(0,134, 208, .5)))
Im not sure what to try next. I have not had this issue with other apps using the same type of solution.
Thanks!
Chris