You need to sign in to do that
Don't have an account?

How to check if the opportunity has not been modified for more than a year using Last Modified Date?
I'm trying to check if an opportunity has been inactive for a year. If yes, I'll send an email notification.
I'm using process builder to do this. But I'm not sure how to check if Last modified date was before 12 months from today. I'm able to come up with
this Opportunity.LastModifiedDate < TODAY - DAYS(365)
Let me know what modifications needs to be done

I'm using process builder to do this. But I'm not sure how to check if Last modified date was before 12 months from today. I'm able to come up with
this Opportunity.LastModifiedDate < TODAY - DAYS(365)
Let me know what modifications needs to be done