Skip to main content
Chris Algiene (Roof Rx) ha fatto una domanda in #Formulas

IF(Service_Team_c = 91212, 92101, 91234, Territory_c = Oakwood, " ") 

 

What is wrong with this formula, syntax says: ')'

35 risposte
  1. Bradley Weller (Fast Slow Motion) Forum Ambassador
    7 gen 2022, 17:39

    Your update records action should have the following selections.

    Field - Service Team

    Type - Formula

    Value - IF((VALUE([Account].Property_Zip__c) > 91901 && VALUE([Account].Property_Zip__c) < 92198) || VALUE([Account].Property_Zip__c)  = 92592 ||  VALUE([Account].Property_Zip__c)  = 92672, "HQ - San Diego", null)

0/9000