Quantcast
Channel: Microsoft Identity Manager forum
Viewing all articles
Browse latest Browse all 7443

Insert calculated values in an email notification

$
0
0

Hello,

I would like to insert calculated values in an email notification. In order to do this, I use a custom activity which send the result in a workflow data and I use this workflow data in my email template.

My problem is that my custom activity may calculate several results, but I dont know how many and I want to insert them in an html table.

---

I sent the value above, but the email printed it as a string, not the table I was expected.

<table border="1"><tr><td>value1</td></tr><tr><td>value2</td></tr></table>

I also tried alternated values:

&lt;table border=&quot;1&quot;&gt;&lt;tr&gt;&lt;td&gt;value1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;value2&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&#139;table border=&#34;1&#34;&#155;&#139;tr&#155;&#139;td&#155;value1&#139;/td&#155;&#139;/tr&#155;&#139;tr&#155;&#139;td&#155;value2&#139;/td&#155;&#139;/tr&#155;&#139;/table&#155;

---

Does anyone has a solution to send a variable list of values to be inserted in an email notification?

Regards,

Serge









Viewing all articles
Browse latest Browse all 7443


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>