<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Need to display a dynamic table in an email body by using  &amp;#39;Send E-mail&amp;#39;</title><link>https://community.appian.com/discussions/f/general/5712/need-to-display-a-dynamic-table-in-an-email-body-by-using-send-e-mail</link><description>Need to display a dynamic table in an email body by using &amp;#39;Send E-mail&amp;#39; node. number of rows in table will be based on number of values in a text array field in process variable. Any Ideas ? OriginalPostID-163204 OriginalPostID-163204</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need to display a dynamic table in an email body by using  'Send E-mail'</title><link>https://community.appian.com/thread/21771?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2015 11:44:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26b7d9c2-5e70-44a9-9d66-d9e6f1a39e56</guid><dc:creator>girikumard</dc:creator><description>Thanks... Tried with ncolumntable function &amp;amp; it worked.. :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to display a dynamic table in an email body by using  'Send E-mail'</title><link>https://community.appian.com/thread/21698?ContentTypeID=1</link><pubDate>Sat, 22 Aug 2015 00:28:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7eafbe3a-5533-47ef-bceb-21543e54f6f2</guid><dc:creator>jorgea999</dc:creator><description>Use an HTML template on the Send Email node. On the HTML Template, have a key that would take in an HTML table. You can either leverage that HTML Display Functions plugin or you can create your own expression rule to generate an HTML table (depends on your style requirements). Use an apply to loop through the items of the array while at the same time appending the appropriate HTML tags. The output of this expression rule should be a HTML table. That HTML table should be saved in a variable and then passed into that key on the HTML template.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to display a dynamic table in an email body by using  'Send E-mail'</title><link>https://community.appian.com/thread/21697?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2015 23:27:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ecb532bf-25d5-42a8-9353-97b35cf31f77</guid><dc:creator>pavans813</dc:creator><description>Just to add, you would need to insert an expression in the email message body. And  to give you a quick example, your expression would go something like this&lt;br /&gt;=ncolumntable({&amp;quot;Item Number&amp;quot;,&amp;quot;Item Type&amp;quot;,&amp;quot;Description&amp;quot;}, pv!Item.Number, pv!Item.Type, pv!Item.Description)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to display a dynamic table in an email body by using  'Send E-mail'</title><link>https://community.appian.com/thread/21696?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2015 23:15:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90815be3-71c2-4b8d-a582-b189bb110495</guid><dc:creator>pavans813</dc:creator><description>You can create an expression with &amp;quot;ncolumntable&amp;quot; function available in &amp;quot;HTML Display functions&amp;quot; shared component. Please have a look at this link for more details:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/#!/records/type/components/item/i0BWsQdLlzKy55h8z8zJ0sPqpDWFrba_V14YbxR3NAJRB71yLCc7Nwxqs8QXQQ/view/summary"&gt;forum.appian.com/.../&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to display a dynamic table in an email body by using  'Send E-mail'</title><link>https://community.appian.com/thread/21691?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2015 21:01:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09853f71-e49f-4c06-bddb-13d3f4a6137a</guid><dc:creator>sonalk</dc:creator><description>Hi Girikumard,&lt;br /&gt;The shared component Text From Template Function could be helpful in this case as mentioned by Sikhi in the below link&lt;br /&gt;&lt;a href="/search?q=OriginalPostID-160319"&gt;forum.appian.com/.../e-160319&lt;/a&gt;&lt;br /&gt;Hope it helps.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>