I want to query for a table in a SQL Database for a Date field greater than a certain date.
In "Filter Query" field, I put in "ExpDate ge '2020-07-18'
When I ran this Flow, I got an error saying "We cannot apply operator < to types Text and DateTime".
ExpDate is a date field in the SQL table.
So, what should the syntax be?
I set this Flow up a few months ago and it was working back then. Now, I revisited it and it is not working.
Dan Chan