function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnonymouseAnonymouse 

How to Filter Process Builder for Time Before a Due Date

Hello,

I currently have a process builder send out an email alert before a task is due. How may I set the condition for the criteria to filter out the email alert to only send it out if the last modified date is greater than or equal to 2 weeks before the due date? Do I use a formula? If so, which formula may I use?

Any help would be greatly appreciated.
 
[Task].LastModifiedDate + 14

Criteria name = email user of upcoming task. Criteria for executing actions = conditions are met. Set conditions are this: field = [Task].customDateField; operator = greater than or equal; type = formula; value = [Task].LastModifiedDate + 14; conditions = all of the conditions are met (AND).

Sincerely,
Anon
Raj VakatiRaj Vakati
I thnk that will work ..

there no functon called addDays only we have add month 

+ will work for add days 
AnonymouseAnonymouse
Hi Raj,

Thank you for your reply. I'm afraid what I currently have does not work. Is there something else I may try? Or, how may I modify this?

Sincerely,
Anon