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
Rung41Rung41 

Update Date/Time Field with Flow/Process builder

So am trying to update a time/date field on a Lead object based on when a Task was completed. From my research I found it requires to use the process builder to fire off a flow. The issue I am having is my time/date process is updating all Leads and not the specific Lead record in which the Task was associated with. Not sure what field or variable to use in Flow Designer/Process Buider to specify the Lead Record to update
Best Answer chosen by Rung41
John LaJohn La
You'll need to use both a Record Lookup and a Decision to be set up so that you only update leads that meet your criteria.  

Record Lookup to pull up the Lead associated to the Task and it's associated fields.
​Decision to set your criteria

All Answers

John LaJohn La
You'll need to use both a Record Lookup and a Decision to be set up so that you only update leads that meet your criteria.  

Record Lookup to pull up the Lead associated to the Task and it's associated fields.
​Decision to set your criteria
This was selected as the best answer
John LaJohn La
And then do Record Update on the Lead itself after you set your Decision path.
Rung41Rung41

Ok..I've added the record look up but I am missing something. Here is what I have so far. I appreciate the help!!

User-added image

User-added image

User-added image