Hi,
I am building a flow where I am trying to get rows from a Oracle database table. I am trying to take last 30 days data by filtering a date column in the table. But I keep getting below error no matter what operator I use. It is working only for 'eq' operator, but any other operator like 'ge' throws the same error with < symbol.
I searched through forums and looks like many people faced this issue with date fields. Some workaround suggest to create new number field in table to store the date. Is there any other work around without altering the table structure in database?
{
"status": 400,
"message": "We cannot apply operator < to types DateTimeZone and DateTime.\r\n inner exception: We cannot apply operator < to types DateTimeZone and DateTime.\r\nclientRequestId: 7d833c5e-64fd-4c63-8789-a38a4c81a1d9",
"source": "oracle-eus.azconn-eus.p.azurewebsites.net"
}
Flow and the error screenshot is provided below,


