Date Formula
Hello,
I’m trying to craft a formula to produce an error if a date that is entered in a field is less than 60 days from the day it is being entered. Is there a formula that could handle this in a workflow?
Thanks
If your WF action is a Return User Error, you could add a condition as a custom formula (as opposed to using the visual builder). You should be able to do something like this:
{yourdatefield} < ({today} + 60)