I want to use the “olderThan”: “2021-12-22T17:49:09.994Z” but have it run through a job which I can set for every few days or whatever. But rather than have it deleted based on the above I would like something like
“olderThan”: “Today + 3 days” not sure how to make this happen.
Hi @marcel.bauer,
You should use the date action that store the value returned from the action get future or past date.
You give it in the body to be used as from which date to start deleting the old reports.
the result parameter is only to check if the returned value form the request to delete is indeed correct like 200 response.
Happy to hear it works, for you.
You are always welcome to contact us at any issue you face.