Hello team,
I am actually trying to send an email for approval or rejection purposes to certain members. I built HTML code with the help of W3 schools, but when I try to implement the same in UiPath, styles are changing.
Please let me know if you have any ideas.
HTML Code:
background-color: #04AA6D;
border: 2px solid #04AA6D;
padding: 15px 42px;
text-align: center;
font-size: 16px;
margin: 4px 6px;
color: white;
}
Dear Manager,
I am waiting for your approval for the invoice whose information I have shared below.
Document Date : 1234
ObjKey : 1234
is the invoice eligible for approval?
<button class=“button” style=color: white;>Approve ![]()
<a href="mailto:?subject={1} {2} Approval &body=$Approved,Document Date : {0}, ObjKey : {1}, Document Type: {2}
$"target=‘_blank’ style=‘padding: 8px 12px; font-size: 14px;
text-decoration: none;font-weight:bold;’><button class=“button” style=color: white;>Approve ![]()


