Hello,
I have a list with yes/no type column named "Available". If i filter gallery items on this column set to true, the gallery is showing items that have "no" in this column. I dont see this behaviour with the same column type but with a different column name like "Availability". Is this a bug or am I missing something?
Filter(test, Available = true) = does not work, return items with available = no
Filter(test, Availability = true) = Works
Thanks