Hi all,
I want to archive objects which are processed 90 days before the current date. The following works well,
id,c,order where datediff(day,processed_date,date(today))>90
but if i use archive api
archive,c,order where datediff(day,processed_date,date(today))>90
what could be the problem