Hi Everyone,
I have a flow which will get items from my SP list and I'm using OData filter to get the data which need to update.
Originally it work like a charm, but recently I notice that get items action did not return all items match the filters and I did not change anything on my flow.
Weird thing is when I use ID field(which created automatically by SP list ) to filter the specific item, flow can get item properly.
But when I used original filter, it just can't return match items...
My OData filter as below:
(Title eq 'Test_Title_001/1')
and (USERID eq '1256807')
BTW, I'm not sure is that a problem my SP list items already over 5,000.