Skip to main content

Hi SF Community,

I wrote a process builder where once an opportunity hits 25% and 50% it leaves a timestamp of the exact date that the opportunity changed to that probability or greater than that probability. IE: Oppty goes to 75%, on the 6th then the process builder will update the 25% date field and 50% date fields with the 6th.

The problem that I'm running into is that every time the oppty is updated the process builder is re-firing and updating the timestamp. Attached are screenshots of the 25% timestmap:

Process Builder Time Stamp Freeze

 

User-added image

User-added image

Please let me know what you would alter in this?

Thanks,

 

-Drew
8 respostas
  1. 6 de abr. de 2018, 20:48
    Yes. You could add ISCHANGED fields to your action criteria alternatively. Then you'd need logic.

     

    I would add to the 2 you have (3) Probably ischanged is true and (3) Stage Name ischanged is true. Then it would be: 1 AND 2 AND (3 OR 4)
0/9000