Hi Zoho People, I have been working with COQL the last two weeks, everything was working fina until today when I got this error since I use any operator with DateTime:
{"select_query":"select Owner, Created_By Description,Check_In_Time,End_DateTime,Start_DateTime, Event_Title, Check_In_Status, Latitude, Longitude from Events WHERE Check_In_Status = 'VISITED' and Start_DateTime ='2019-04-12T17:00:00-05:00'"}
{
"code": "INVALID_QUERY",
"details": {
"column_name": "Start_DateTime",
"value": 1555106400000,
"operator": "="
},
"message": "criteria given seems to be invalid",
"status": "error"
}