Skip to main content
If the lead score was below 40 and is changed to 40 or above than update "Date" field & "Description" field. I know what to use for the Immediate actions but am stumped on the build formula. 
3 answers
  1. Aug 26, 2020, 6:04 PM
    Hi Chris,

     

    Good that it's a number field. You are exactly on the right track of thinking! Just a slight tweak to < 40 on PRIORVALUE:

    PRIORVALUE([Lead].LeadScore) < 40 && [Lead].LeadScore >= 40

0/9000