function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AksharaAkshara 

Date formula fields in email templates

Can we use formulas in email templates such as TODAY()? I tried but it did not work.Any workarounds other than creating a formula fields and merging them?
Best Answer chosen by Akshara
Sure@DreamSure@Dream
Hi Akshara,

The following should work:
{!TODAY()}

Mark this as the solution, if it solves your problem.

Thanks