Hello,
I would like to create a new static date when a checkbox is clicked. It should be [day the checkbox is clicked] + [X Days].
I’m actually using
IF({Follow-up 1 sent?} = 1, (DATEADD(TODAY(),2,"days")),BLANK())
However the Today() function keeps ...