Hi all,
I have a Flow that runs daily and uses several SharePoint Get Items actions, each with a different ODATA query. The actions have been returning data as expected for around a month, but now have started to not pull data for the last two days.
The queries reference a date column in a SharePoint list. These are from today's run, all from the same run:
- Short_x0020_Date eq '9/13/2019' works and pulls all items with this date
- Short_x0020_Date gt '9/15/2019' pulls data from 15th Sep 2019 to 17th Sep 2019
- Short_x0020_Date eq '9/20/2019' returns nothing
The actions do not fail, and provide outputs, and the rest of the Flow runs as normal.
There is data in the list, all dates in this field are of the same format. I have items with Short_x0020_Date of:
- 9/15/2019
- 9/16/2019
- 9/17/2019
- 9/18/2019
- 9/19/2019
- 9/20/2019

