Skip to main content

Hello,

 

I created a record triggered flow to change lead owner to logged in user when status is connected.

 

Object: Lead

Start condition: Status = Connected

 

Update Element:

Id = Record.Id

OwnerId = $User.Id

 

The flow is working but what I would like to know that is this the best practice or I can make the flow better according to the best practices.

 

Thanks!

 

#Flow

#flow
4 answers
  1. Jul 10, 2022, 3:55 PM

    Change this to a before-save flow (Fast Field Updates), and only use an assignment for OwnerId = $User.Id

0/9000