Search
Emails in workflows, advanced dynamic values
- Sacha Cohn
- Feb 16, 2019
- 1 min read
Updated: Apr 24, 2019

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.