
When I replaced query with objectid = 1 or anything, I'm getting the result but with recvddate column of Date data type I'm the getting the error that is in above pic.
When I run the script with objectid = 1, i had seen the column value of recvddate is in milliseconds format
like
'recvddate': 1672511463000
My actual requirement is I want to filter all the records that are greater than some time value and delete those records.