[SalesForce] Is it possible to populate lookup field using Workflow or Process builder

Is is possible to populate lookup field using Workflow or Process builder? I want to populate the lookup field based on the value of another field which is not lookup.

Best Answer

I think the easiest way to do this is to use a headless Flow triggered by the Process Builder as in a Flow you can assign a text string to a picklist or as I have done with 2 picklists on different objects where I have used a variable to take the value from one to copy it to the other.

Related Topic