Skip to main content

I have a process builder that creates a reminder task a few days before the Opp close date.

The issue I see is if they change the close date, it creates a new paused interview but does not delete the existing one.  The result is the same task can be created multiple times depending on how many times the close date is changed.  Any ideas?

 

Here's my criteria:

AND(

[Opportunity].IsClosed = False,

ISCHANGED([Opportunity].CloseDate ) 

)

 

@Salesforce Automation Hour @Salesforce Flow Automation @Admin Group, Raleigh, US @Solo Admins 

7 件のコメント
  1. 2018年2月28日 19:25
    @Ben Patterson

    Glad this helps to resolve your use case.

    The behavior explained above is same as time based workflows and nothing new/specific to process builder.

    Process builder is a generic tool and we dont to restrict it based on the assumed expected results - the above explained unintended behavior could be another user's expected behavior :)

0/9000