I have a collection where the items displayed are dependent on a few filtering options.
I've used the following formula on the TemplateFill and it seemed to be working.
If(Checkbox2.Value,RGBA(232,244,217,1),RGBA(0, 0, 0, 0))
However, I noticed that if my first record in the gallery was checked and I scrolled down my gallery past the first 40 or so records and noticed that unchecked records were still acting as if they were checked. Thus, changing the color of the row.
They aren't a part of the collection that is added whenever a record is checked.
I tried using the Gallery Fill with the following:
If(ThisItem.Checkbox2.Value,RGBA(232,244,217,1),RGBA(0, 0, 0, 0))
But this threw an error in the code and turned the gallery black.
What am I missing?
TemplateFill
First record in gallery checked.
Unchecked records
Fill

Report
All responses (
Answers (