function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Connor ReillyConnor Reilly 

Populate multi-picklist based on text field

Hi all, 

I'm looking to pouplate a multi-picklist field based on a text field. The text field would always have just one value in it. Is this something that is doable via flow/process builder or would it require an apex class?
AnudeepAnudeep (Salesforce Developers) 
Hi Connor, 

The example code in this post might help

Anudeep