I am trying to use the 'in' operator within a Filter condition, to just return the records that feature the word "Project Executive". As you can see in the output table, PowerApps is returning every record in the table (approx. 100 records).
Have I misunderstood how 'in' is used, does it just check if the value is present in the table and if so return the entire table. From what I've read in the documentation and online this does not appear to be the case.
I am experiencing this behaviour no matter what column I search against or what value I use 'in' with. In my actual code I am using a more complex value that is derived from a function. I have changed it here to just searching for "Project Executive" to simplify matters.