Can we have an example where you may send out a notification email containing the old value and new value of a field?
Workflow :
Trigger : after record save and account.name has changed
Email template : Hello, an account changed its name from {$oldname} to {Account.name}
Where would you assign Formula : $oldname = entity\attributeFetched(name);
Thank you,
Workflow :
Trigger : after record save and account.name has changed
Email template : Hello, an account changed its name from {$oldname} to {Account.name}
Where would you assign Formula : $oldname = entity\attributeFetched(name);
Thank you,
Comment