Skip to main content

Automation assistance needed : using formula on date

  • February 11, 2024
  • 1 reply
  • 0 views

Forum|alt.badge.img

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

Dan_Montoya
Forum|alt.badge.img+17
  • Employee
  • 272 replies
  • February 11, 2024

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