MONTHS_AGO
Last updated
Was this helpful?
MONTHS_AGO calculates the number of months that have passed since a specific date. The date can be either given as an information or a text in ISO8601 format.
To check wether a case has been opened more than half a year ago, you could use this rule:
MONTH_AGO(CASE.created_at) >= 6Last updated
Was this helpful?
Was this helpful?
