I would like to replace the date in the field “date” by date +5 days as soon as it is today.
what I have tried so far:
My first formula [Called: Formular1]:
IF(IS_SAME(date,NOW(),'MINUTE'), "Now")
The Second Formular [Called: RepeatCalculation]
DATE...