Hi, I want to use Atlas Online Archive custom query to remove all items which are older than a specific date as below
{“createdDate”:{"$lt":ISODate(‘2021-01-01’)}}
And because the query must be valid JSON, I cannot use any functions such as ISODate, Date, etc.
Could you please give me some advice on this?
Thank you