Forum Discussion
- QuickBaseCoachDQrew CaptainWhen you set up a custom notification you can include any boilerplate text you like in addition to field names. But if you prefix the field name with "old.", then it will give you the value before the change.
For example
Try this in the custom message.
The old comments were [old.comments]
The comments were changed to [comments]- IvanWeissQrew CaptainGlad I followed this post, that is awesome. Thanks!
- TamaraBillingsQrew CadetHow do you limit it to only display the [old.comments] if [old.comments] does not equal the current/post change [comments]? I have several fields on my notification. The notification will go out if any one of those fields change. So one may change, but not necessarily all. I would like to limit the display of old. fields to only those that that actually changed. How would I do this? Thank you.
------------------------------
Tamara Billings
------------------------------
- RaakeshDhayanidQrew TraineeGreat! It worked, thanks :)