Is it possible to make the event notification email to be dynamic, based on data in Sharepoint list ?
For example:
The data in Sharepoint list column EmailText is the following:
Upload {DocumentName} document, and due date is {DueDate}.
{DocumentName} and {DueDate} are from another Sharepoint list, and I also have them in the workflow's Data Fields (Data field DocumentName contains DocumentA, Data Field DueDate contains 10/1/17).
I would like the event notification email to replace {DocumentName} and {DueDate} with the value in the Data Fields, for ex:
Upload DocumentA document, and due date is 10/1/17.
{DocumentName} and {DueDate} are just 2 examples, it can be any Data Field.
Is that possible ?
Thank you.