Emails in workflows, advanced dynamic values
When creating custom emails in templates it is often sometimes useful to link to other fields in entities not available on the drop down list.
Example syntax
{!<entityLogicalName>:<LogicalNameAttribute>;""}
{!<entityLogicalName>:<LogicalNameAttribute>/@name;""} for lookups
{!<entityLogicalName>:<LogicalNameAttribute>/@date;""} for date
{!<entityLogicalName>:<LogicalNameAttribute>/@time;""} for time
Example
{!lead:estimatedclosedate/@date;}
Thank you Mark Rockwell, Rockton Software.