I am trying to use "time since node last updated" as a condition using numeric comparison. For instance, if a node has not been updated for 5 days.
I have tried tokens:
[node:mod-small] and
[node:mod-since]
and various comparisons:
greater than + 5 days
less than - 5 days
and others
I am not able to make it work so that it is triggered if it is more than 5 days and is not triggered if it is less than 5 days.
When I use a Views filter, it is simply
Updated Date < - 21 days
Any help? Thank you.