Flow community
I am trying to do a simple odata filter on a date field called ExecutionDate in Azure DB.
Ultimately I want to make this dynamic but that is prooving to be a unfruitful for me at the moment. So I tried going with something simple like a static date just to see if i was on the right path.
My OData filter is ExecutionDate ge 2017-09-20 ( i have also tried '2017-09-20'). however whenever i run this i get a 502 bad gateway, when i take that filter out it runs wide open and runs fine. I have tried various date filtering tricks but all of them end with a bad gateway. I have other flows that run just fine with with odata filters, but none of them involve dates.
I have seen various posts on how to filter on dates but nothing is turning up concrete.