How can I get an old value into an email from a workflow?

Viewed 16

I have a workflow that sends an email whenever a value on a certain field is changed. This works fine. What I am trying to do now is have the old value be shown in the email.

I tried the following with no luck:

{custbody_old_charge_weight_kgs}

{oldrecord.custbody_charge_weight_kg}

{old.custbody_charge_weight_kgs}

Is there a way to get that value into the email being sent?

0 Answers
Related