I am trying to route on attribute and have created a complex expression but I get a validation error.
${created_at:toDate("yyyy-MM-DD'T'HH:mm:ss.SSS'Z'"):lt(now():minus(3600000))}
It seems like less than function only supports a number not an expression
or an attribute name.
How can I accomplish what I am trying to do? I am just trying to route
based if created_at is older than an hour?
Thanks in advance
