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
Anil ChunduAnil Chundu 

can we write a formula on field update for a picklist in salesforce workflow

Hi all,

How can we write a formula on field update for a picklist in salesforce workflow?
Because i need to update dynamically with some other text field value

Need help asap guys.

Thanks
Anil.
Shashikant SharmaShashikant Sharma
You can not assign dynamic field value from workflow field update. You could achieve it with
  1. Write an Apex Trigger
  2. You may achieve it with Process Buider as well
Thanks
Shashikant
Vignesh P 6Vignesh P 6
Hi Anil,

    In Workflow, Writing formula on field update for a picklist is NOT POSSIBLE.

    You have to create separate workflows for each conditions. 
    For more information, Refer this link----> https://success.salesforce.com/ideaView?id=08730000000BpWa..

 
Thanks,
Vignesh P