Hi, i’m tying to query in Aurena project filtering by Created_date field , when i try to perform this query i retrieve this error
{
"error": {
"code": "ODATA_PROVIDER_ERROR",
"message": "An internal server error occurred. Contact administrator.",
"details": [
{
"code": "TYPES_NOT_COMPATIBLE",
"message": "The types 'Edm.DateTimeOffset' and 'Edm.Date' are not compatible."
}
]
}
}
this is the query that i trying to perform:

Someone know how can i solve that ?
Thanks for the Help.