Hello,
I am trying to send emails via Blue Prism with a table from a collection in the body of an Email.
I managed to create the table with calculation properties in a loop, but I also need to highlight the new items in the table and I can't use CSS to edit the HTML table.
Do you know if its possible to add it from the calculation properties or I need a code stage for that?
This is from the calculation properties of the loop:
[Main Body]&"<tr><td>"&[Input collection.Name]&"</td>"&"<td>"&[Input collection.Personal Number]&"</td>"&"<td>"&[Input collection.Hours]&"</td>"&"<td>"&[Input collection.Date]&"</td>"&"<td>"&[Input collection.Year]&"</td></tr>"&NewLine()
And the generation of the final body:
"<table>"& NewLine() &
"<tr><th>Name</th>
<th>Personal Number</th>
<th>Hours</th>
<th>Date</th>
<th>Year</th></tr>"
&[Main Body]&
"</table>"
Any advice on how can I insert the CSS in this case?
Thank you!
------------------------------
Madalina Acsinte
------------------------------