Creating a 48 hour timer that notifies me once and doesnt repeat

so far i have tested this by itself it will go along another filter that works independently, i tried using addMinutes(now; -1) to test it out npot entirely sure why its not working


what i need is a timer that goes off ever 48 hours for subitems but only notifies me once which i already have a work around but i cannot isolate the timer notifcation feature by itself to work even tho i have changed dates in my monday to before 48 hours.

Hey Andrew,

they way you have it now, addDays is just a string and not a function. It should look like this:

{{addDays(now; -2)}}

did that still not picking up what i need strangley enough idk whats going