Hi,

I am trying to implement a simple workflow item that notifies the assigned user of a record when it is changed by a different user. Right now I can make it notify someone if the record is altered by any user (including the assigned user themselves) but I don't want the assigned user to flood their own inbox with notifcations telling them that they changed the record.

Is there any create a condition like IF "When modified user ID does not equal assigned to user ID" THEN "notify assigned user"

You can do specific values but it doesn't seem like you can reference another field's value in a comparison statement. I've been thinking about possible work arounds for this, but I'm coming up empty handed.

Any help would be greatly appreciated

Thanks