Skip to main content

So, for learning purposes, I have a next review date I input when I create a field.

I've set up an automation to email me the matter of the field when the review date arises. I also want to setup an automation to increase the next review date by 3 days when the date arises.

How do I do this? I can also see a specific date option in the date section of the automation.

I would create a formula field that uses dateadd({due date}, 3, 'days').


Then in your automation copy the value in new date to the date field.


Reply