Hi All,
I have a requirement to send email notification when account type is specific and the owner is changed. When trying with process builder it gives an error- Error Occurred: In the formula: PRIORVALUE({!myVariable_current.Account_Owner__r.FirstName}), the relationship reference accessing field: FirstName is unsupported in ISCHANGED and PRIORVALUE.
There is no option in the flow for record triggers. Please suggest the best way to achieve this.
Thanks,
Ravindra
4 answers
Hi,
I think here you can use PRIORVALUE({!myVariable_current.Account_Owner__c} = ...
Also go for flow builder instead of process builder