Only remove an object if its not longer than 1 day

0
I have a question about an exclusive split expression. I want to make sure that you only can delete an object if its not longer than 1 day. You can make an order and pick a date, but how do I put this into my expression of my exclusive split.  
asked
2 answers
2

something like  addDays($Order/Date,1) >= [%CurrentDateTime%] will return true if the order date is within 1 day from the current moment

answered
0

Thanks for the help!

answered