I have a workflow that sends an email when a field value is changed on a salesorder. This works fine and the email is sent. I am now needing to add the old value for the field and am not sure how to do this. I tried using {old.custbody_myfield} and {oldrecord.custbody_myfield} but neither is working. Is there a way to show that old value in the email body?