I'm looking to set up a data management campaign that updates a field only if a particular condition is met.
In this case, the scenario is:
If a Lead provides a company name, update the Pending Account Name field if the provided name does not match what is in our CRM record.
To do this, I'm attempting to use Change Data Value with the following choice:
If: [Company Name (Custom)] / [is not] / [{{company.Company Name}}]
Attribute: [Pending Account Name] / New Value: [{{lead.Company Name (Custom)}}]
Tokens are working fine for the New Value, but aren't working for the conditional value in the If portion.