Question:
Can fields be dynamically populated with Account or User field values in a Vault Approved Email?
Answer:
The following format is used to Access the User or Account objects:
{{ObjectAPIName.FieldAPIName}}
Examples:
- {{Account.PersonEmail}} extracts the Account Primary email address.
- {{User.Address}} extracts the Address of the User.
Related Documentation:
N/AThank you