Hello, I am building a flow where the list rows action has an odata filter in the filter rows field:
daysuntilmovein eq 3 and city eq 5 and (access ne 2 or access ne 1) and (stage eq 1 or stage eq 4) and type ne 1
It pulled me a record where access is 2 even though it's clear it shouldnt happen. Is it a bug or is the filter incorrect?