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:
Please let me know what you would alter in this?
Thanks,
-Drew
8 respostas
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)