You need to sign in to do that
Don't have an account?
Workflow Rule with Field Update - Error: Syntax error. Missing ')'
I am trying to create the following scenation but I am getting Error: Syntax error. Missing ')'
If the billing state is AK:AZ:CA:HI:NV:NM:OR:UT:WA the billing country should be "United States".
If the billing state is AK:AZ:CA:HI:NV:NM:OR:UT:WA the billing country should be "United States".
IF(CONTAINS(BillingState)(“AK:AZ:CA:HI:NV:NM:OR:UT:WA”, BillingCountry), “United States”))
Here's what the formula should look like:
Replace value_if_false with whatever value you want billingcountry to be if billingstate does not contain “AK:AZ:CA:HI:NV:NM:OR:UT:WA”. In the field to update, you should specify that the field you are updating is BillingCountry. This formula should be under Specify New Field Value.