Activity Forums Salesforce® Discussions How can I create a formula in process builder?

  • Prakhar

    Member
    June 14, 2016 at 7:49 am

    Hii Audrey,

    Based on your condition, you can build an formula and select an formula check box in process builder to create a formula for the entry criteria. Below is the formula which will trigger a process flow once the condition is satisfied to true.

    IF((ISPICKVAL([Opportunity].StageName , 'Closed Lost') && [Opportunity].CloseDate + 30 == TODAY()), true, false )

    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos