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
4 answers
Change this to a before-save flow (Fast Field Updates), and only use an assignment for OwnerId = $User.Id