Hi guys,
I have noticed a strange behaviour in my PowerApp which I just can't seem to figure out. My App is connected to a sharepoint list. The list has a column for "Responsible", which is formated as text with default value "null" and one column for "active" with default value set to true.
In my App I want to filter a gallery which is linked to the sharepoint list for elements, which have as responible the value null AND which have active set to true.
Each filter for itself works fine. If I filter for active = true, I get all the elements of the list, which have active set as true.
If I filter for "Responsible" for null, I get all the elements of the list which have Responsible set to null.
However, when I try to combine conditions, i.e. set active to true AND Responible to null I get wrong results. Even weirder, If I set Resonsible to null but change the condition of active to "not equal false" it returns the correct results.
Anyone has any idea as to why this behaves that way?
Thanks in advance and all the best.