How to cumulatively add to a picklist value already existing in field for the lead? | Community
Skip to main content
Nancy_Rosentha5
Level 2
July 11, 2019
Solved

How to cumulatively add to a picklist value already existing in field for the lead?

  • July 11, 2019
  • 1 reply
  • 1667 views

Does anyone know how to assign "Additional" values to a field for a lead that already has one value there for a multi-select picklist field? Change Data Value just seems to replace whatever was there before, while I would like to add another picklist value to whatever they had previously.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Change Data Value including a {{lead.token}} in the New Value box, with a semicolon in-between the current value(s) and the new one(s).

   Your Field ⇒ {{lead.Your Field}};Some New Value

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 11, 2019

Change Data Value including a {{lead.token}} in the New Value box, with a semicolon in-between the current value(s) and the new one(s).

   Your Field ⇒ {{lead.Your Field}};Some New Value