I have implemented the condition through OR but checking is working but unchecking is not working!!..will unchecking work with process builder?
2 respostas
Hi Shruthi,
How are you currently trying to achieve this? Can you provide screenshots?
I would have this as a second criteria node, as a formula evaluating to true
AND(
ISCHANGED([Contact].Owner.Profile.Name) ,
PRIORVALUE([Contact].Owner.Profile.Name)= "Old Profile Name"
)
Best,
Matt