Skip to main content

Hello.     Is there a way to overwrite the standard probability field with a flow? I understand the probability gets set on the stage field.   Thank you,  Nancy    

13 answers
  1. Jul 15, 6:05 PM

    Sorry, I grabbed the wrong version.  Try updating the Trigger to this Formula

    AND(

    NOT( ISBLANK ( TEXT( {!$Record.Confidence__c} ))),

    OR(

    ISNEW(),

    ISCHANGED( {!$Record.Confidence__c} ),

    ISCHANGED( {!$Record.StageName} )

    )

    )

0/9000