Workflow help
Hi,
We have a scenario where we have to send an email notification to the new owner of the opportunity whenever the opportunity gets assigned to him/her. I have the following condition in place, but for some reason its sending out email notification every time when the opportunity get updated, whereas we only want it to trigger when the owner gets changed.
((IfNull(PRE('<OwnerId>'),"Invalid") <> IfNull([<OwnerId>],"Invalid")) AND (FieldValue('<IndexedPick0>') = 'ABC'))
Any help would be appreciated.
Thanks,