Table formatting

I have followed the resolution on:

Used package: DataTable Manipulation - RPA Component | UiPath Marketplace
Passed the output through a variable. But the output looks like:

table style=‘border-collapse: collapse;border-style:Solid;border-color:#000000;border-width:1;’><td style='border-collapse: collapse;border-style:Solid;border-color:#000000;border-width:1;white-space:nowrap;padding-left: 6px;padding-right: 6px;padding-top: 3px;padding-bottom: 3px;background-color:#FFFFFF; font-family:Calibri;color: #000000;font-size:1em;font-weight:Normal;'E

and so on.

How can I fix this?

Hello @Ansari_Mohammed

Suggesting to use the Create HTML content activity to create the required html syntax and then to use the send email activity by enabling the IsHtml property.

https://docs.uipath.com/activities/docs/create-html-content

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.