My company would like to send out email notifications if the cost of certain items has changed.
Ideally, the notification would include a table with a format similar to the following. But I have not found a way to access the “old” cost once the value in the cost field has changed.
Item Code | Old Cost | New Cost |
---|---|---|
ABC123 | $1.00 | $2.00 |
Is there any way to report the previous field value within a notification?
Thanks!