Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Automation assistance needed : using formula on date

972 1
cancel
Showing results for 
Search instead for 
Did you mean: 
EANA
4 - Data Explorer
4 - Data Explorer

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.

1 Reply 1
Dan_Montoya
Community Manager
Community Manager

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.