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
learn_cloudsflearn_cloudsf 

Lookup update via wf

Is it possible to update a lookup field on a record using a workflow?
vishnu Rvishnu R
hi,
you can't update a look up fieldd via workflow...you need to use a trigger to achieve this functionality.

Mark solved if it resolved your issue.

thanks
vishnu R
Keith McRaeKeith McRae
Hi,

It is not possible to update a lookup field using Workflow.

However, it is not necessary to resort to using a Trigger.

You can update a lookup field in a Flow, which in turn can be triggered from Process Builder, if the Flow is an Autolaunched Flow.

Keith
SalesFORCE_enFORCErSalesFORCE_enFORCEr
Workflows dont have the capability to update lookup fields but process builders have.
Naveen DhanarajNaveen Dhanaraj
Hi learn_cloudsf,
This will guide you to update lookup field,
How to auto populate Look up Field using Process Builder----->>>https://help.salesforce.com/apex/HTViewSolution?id=000220643&language=en_US
Keith McRaeKeith McRae
Hi again!

As detailed above, you can update the lookup field directly in Process Builder, but you may find the update options limited.

Depending on how you want to source the new Id for the Lookup Field you may need use a combination of Process Builder and Flow.

Keith