Task Notification Email - On owner change
JoinFieldValue('<ServiceRequest>',[<ServiceRequestId>],'<Type>') = LookupValue("SR_TYPE", "FSR") AND(PRE('<Owner>') <> [<Owner>]) AND (PRE('<Owner>') IS NOT NULL).
Basically I am trying to send an email notification when the task on a service request is assigned to a different user.
Thanks