0

I need to send an email notification through SharePoint designer workflow and the body of the template will be dynamic it is coming from list.

1
  • Did you get it working? If you need more help than just inform me.. Commented Jun 16, 2016 at 17:31

3 Answers 3

1

You can simply add the list data from ADD or Change Lookup button after the below email template body.Pleas see below image.

enter image description here

This is the example where i added few list column names with their values coming from list.

UPDATED

You can see below image to get better idea.

enter image description here You can get the item values from another list as well.

11
  • Thanks for the solution.but I have list with specific column with html format.how can we achive it Commented Jun 15, 2016 at 19:10
  • Is this fine for you? Or do you need something else? Commented Jun 15, 2016 at 19:11
  • In <html><td>...phone number </td></html> some thing like this Commented Jun 15, 2016 at 19:13
  • Yes you can put HTML content to the body. It will accept it. Commented Jun 15, 2016 at 19:14
  • Did you get the idea how to use dynamic data from list? Commented Jun 15, 2016 at 19:21
0

If you would like to customize the email body with html using SPD, I would suggest selecting Advanced Properties on the email action and add your HTML template into the body section.

Select the email action and click Advanced Properties under the modify section

Add your html template into the body section

0

Putting the html directly into your email like this WON'T WORK:

enter image description here

Instead, you need to create a string variable to hold your html, including any fields you want to include (with no spaces anywhere in the html) and use that variable in the email:

enter image description here

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.