To make a date macro evaluating in Description field you need to omit its braces and store a the macro text in “Code” style.
Here is an example with the macro:
...
Code Block |
---|
now.plusMonths(2).format('MMM-YY') |
...
This also applies to other rich text fields.
...