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
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} )
)
)