Hi SF Community,
I'm building a process builder to identify and oppty that goes to 0% before 120 days upon creation. I've built this so far, but run into the error message presented.
Please let me know what I need to edit to enable this.
Thank you,
-Drew
7 件の回答
This should also work;
[Opportunity].CreatedDate | Greater than | Formula | USE BELOW SYNTAXDATETIMEVALUE(TODAY() - 120)