Thank you for taking the time to read my question.
I have a connection to a SharePoint List that has a Yes No field called IsActive.
My Gallery Items equals DataSource
When I try to use Filter() on DataSource to filter all IsActive = true I get no results. I found one post saying that it was a known bug in 2018... but its 2021.
Filter(DataSource,IsActive-true) returns nothing
When I don't filter, my Gallery shows IsActive as being true for all the correct records.
Is this fixed or do I have to make my own field and use zeros and ones?
Thanks