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
DeptonDepton 

Formula WF - ISCAHNGED owner from queue to User

I am trying to create a workflow to notify the contact when the case owner changes from the queue to an specific user.

 

I am trying something like

 

 

AND( 
ISCHANGED(OwnerId),
NOT(OwnerId  = "00G30000002CJIA"))

 but getting this error:

 

Function ISCHANGED may not be used in this type of formula

 

Any idea on how can I create this workflow? Thank you

DeptonDepton

gOT IT:

Workflow rule criteria, if using ISCHANGED must be

Every time a record is created or edite