Hello!
I have been building an app and I've just hit an issue with the max collection size of 500 items. So to reduce the collection size I am creating it with FILTER to allow me to reduce the 100's of items to a few. The app is using SharePoint as a data source. When I filter on a single item, be that either text column or Yes/No it returns the correct result. When I try and filter by two columns I get completely the wrong information.
Employee = Text Column
IsCurrentItem = Yes/No Column

The result should be just one item returned with the IsCurrentItem column set to True. There are a total of 6 items in the list I am testing against, so the count of 5 in the screenshot shows that it's not including the item with the IsCurrentItem set to True. If I change the formula and exclude either of the columns it returns the right result. Is there some special magic with AND when using with FILTER? This one has me scratching my head!
Any help gratefully received.
Rob