Skip to main content
I'm trying to build a workflow that updates the Task Owner/Assigned To , to the Last Modified User when the Task is Completed. The issue is Assigned To is a lookup and a formula isn't an option.It's not working in Process Builder either [Task].LastModifiedBy.FirstName&" "& [Task].LastModifiedBy.LastName. Any suggestions?

 

 
12 件の回答
  1. 2017年10月19日 18:00
    Hello Erin,

     

    Try like this:

     

    Assigned TO ID -> Field Reference -> [Task].LastmodifiedById

     

    Hello Erin, Try like this: Assigned TO ID -> Field Reference -> [Task].
0/9000