Send Outlook Mail Message help -- Body

Hello,

I’m successfully creating an automated email that is embedding data into a email body using Send Outlook Mail Message activity. The data its imbedding is dtData2 data table variable

Can someone help me add text around the dtData2 variable? I’m not sure how to write in html and combine the variable

“Hello, This is a list of contacts:”

dtData2

“Thanks,”

“Tim”

Check property isBodyHtml in send outlook mail message.

Then write your message in html and use activity to convert that dt to html format:

Hello,

I’m trying to put text around a html data table variable. I already have isHTML format checked off and dtData2 is going into the email body. Would something like this work?

"

Hello,

Numbers are listed below:


dtData2


Thanks,

Tim

"