Email notifiction with HTML body
Summary:
Hi
I am using below html tag in notification body but getting same content on email . it seems some issue.
do i need to mention something in parameter
In failure list vaiable -
concat(
$failureList,
'<tr>',
'<td>',$CurrentInitative/ns36:G_1/ns36:INITIATIVE_NUMBER, '</td>',
'<td>',$initativeForLoopScopeFaultObject/ns40:fault/ns40:details, '</td>',
'</tr>'
)
Email Body -
concat(
'<html><body style="font-family:Arial,sans-serif">',
'<h2>Scheduled Integration — Failure Report</h2>',
'<p><strong>Run Time:</strong> ', current-dateTime(), '</p>',
'<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse;width:100%;max-width:900px;">',