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.