Hi all!
I hope you can help me with the following:
I have a data table in excel that needs to be formatted as a table and sent via outlook email.
Tיis is the expected output:
Please note that the sheet name is dynamic, as well as the data range.
Please advise.
Thank you!
You can use the Create HTML activity.
→ Click on Open editor
→ Click on Add data values → Click on Map Data Value → Add Value → Select the Table → Pass the Datatable Variable.
→ Create a variable of the output of Create HTML Content activity.
→ Pass that variable in the Body field in Send outlook mail message activity. In the properties of that activity check the IsBodyHtml option.
Note : When using read range workbook activity uncheck the Add header option, then it will read the data as datatable and store in a datatable. If you check on add header when reading it will not show the headers in the mail.
@ppr , thanks for the tips.
can you please elaborate on how to make the table look more like am excel table? not just a plain black and white table…
thank you