<?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>Table in an Email</title><link>https://community.appian.com/discussions/f/general/11698/table-in-an-email</link><description>I have a requirement to show some records in a table as we are passing some batch data. 
 I know there was a ncolumntable function but looks like it is deprecated. 
 Can any one Help me with this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131909?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 17:58:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16318141-7d10-49eb-b450-03201263e04b</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;It&amp;#39;s not as much of a matter of &amp;quot;fix&amp;quot; as it is, learning to understand what Appian is showing you and why - the way it renders numbers on the front-end is sometimes unintuitive.&amp;nbsp; As I mentioned, other threads have gone over this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131906?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 17:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95e83c28-1424-4532-a3ef-3e2cdf944cdb</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;thanks, I will, and btw, do you have any idea how to fix it.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131905?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 17:51:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46930dcc-d22c-4206-a264-8ffdf6bd25ad</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="48700" url="~/discussions/f/general/11698/table-in-an-email/131904"]for decimal value, when building the form data. it automatically cut to 7digits[/quote]
&lt;p&gt;This was already a very old thread, but now this is a completely separate topic from the original subject.&amp;nbsp; I&amp;#39;d suggest you find other threads on the topic (i believe there are many), or if you can&amp;#39;t, you could consider starting your own new thread with your question, instead of adding on to an unrelated post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131904?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 17:39:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a7a9cf57-1732-4fcf-8bf3-c0b4327f469d</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;I am having one issue here: for decimal value, when building the form data. it automatically cut to 7digits, like I have the value it&amp;#39;s &amp;quot;2671266.78&amp;quot;, it cut it to &amp;quot;2671266&amp;quot;, tried function &amp;quot;tostring&amp;quot; and &amp;quot;&lt;span&gt;touniformstring&amp;quot;, it does not work. what we can do to keep the whole value?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;L&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131842?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 21:51:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bfc1436d-7312-4fe4-bfca-9577b871bd82</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;got it, thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131841?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 21:50:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90d31057-e784-48f6-822a-3c00c16c9f87</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;That means that If you need to add. for example one name &amp;quot;David J&amp;quot;, you will need to add it in this way&lt;/p&gt;
&lt;p&gt;&amp;quot;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;David j&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;tr means row, and td column---&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/131840?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 21:47:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:81458e36-43d0-459c-9cbd-4195ea93dec0</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;thanks for the information, can you be specific about how &amp;quot;&lt;span&gt;form data using HTML tags in expression rule&lt;/span&gt;&amp;quot;?&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;L&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51605?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2018 09:11:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:22fd6f04-0218-4208-8968-72a751524120</guid><dc:creator>TJ</dc:creator><description>&lt;p&gt;For the above requirement you will have to do following things &amp;nbsp;:&lt;/p&gt;
&lt;p&gt;1. Prepare a HTML template like this and store in your KC&amp;nbsp;:&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt; &amp;lt;head&amp;gt;&lt;br /&gt; &amp;lt;style&amp;gt;&lt;br /&gt; table, th, td {&lt;br /&gt; border: 1px solid black;&lt;br /&gt; }&lt;br /&gt; td{&lt;br /&gt; word-break:break-all&lt;br /&gt; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt; &amp;lt;/head&amp;gt;&lt;br /&gt; &amp;lt;body&amp;gt;&lt;br /&gt; &amp;lt;p&amp;gt;Hello,&amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;p&amp;gt;Please find data below.&amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;table cellpadding=&amp;quot;5&amp;quot; rules=&amp;quot;none&amp;quot; style=&amp;#39;width:100%&amp;#39;&amp;gt;&lt;br /&gt; &amp;lt;tr bgcolor=&amp;quot;#CCCCCC&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;th align=&amp;quot;center&amp;quot; &amp;gt;Col 1 with Link&amp;lt;/th&amp;gt;&lt;br /&gt; &amp;lt;th align=&amp;quot;center&amp;quot; &amp;gt;Col 2&amp;lt;/th&amp;gt;&lt;br /&gt; &amp;lt;th align=&amp;quot;center&amp;quot; &amp;gt;Col 3&amp;lt;/th&amp;gt; &lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; ###&lt;strong&gt;Data&lt;/strong&gt;### &lt;br /&gt; &amp;lt;/table&amp;gt;&lt;br /&gt; &amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Secondly you have to form data using HTML tags in your expression rule. Once formed you store in a PV.&lt;/p&gt;
&lt;p&gt;To give link to one column you can use urlforrecord.&lt;/p&gt;
&lt;p&gt;3. Go in Configure Send E-mail Setup&lt;/p&gt;
&lt;p&gt;You have to select&amp;nbsp;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;&lt;span class="label"&gt;Use a text or HTML template&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;Browse the template formed in step 1 and when scanned it will ask for &lt;strong&gt;Data&lt;/strong&gt;, at that time map the formed data PV.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suppose all this will be helpful to you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51576?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 19:18:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08335516-5d1f-4fff-a030-392ee0c06b0f</guid><dc:creator>aloks0189</dc:creator><description>Hi &lt;a href="/members/rohann179"&gt;rohann179&lt;/a&gt;  in order to generate table for email body, I would like to go for expression rule, where array of data will be it&amp;#39;s input and you need to perform loop and enclose the data with&amp;lt;tr&amp;gt; &amp;lt;td&amp;gt; i.e. html tag wherever applicable.&lt;br /&gt;
&lt;br /&gt;
And when html page renders this detail, it will show the information as per your configurations.&lt;br /&gt;
&lt;br /&gt;
Hope it will be useful for you.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51575?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 17:50:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:642b4f08-957f-4513-ae2d-0ff03a2dd442</guid><dc:creator>Mike Schmitt</dc:creator><description>Just seek out general HTML table tutorials.  This one might be a good start:&lt;br /&gt;
&lt;a href="https://www.w3schools.com/html/html_tables.asp"&gt;www.w3schools.com/.../html_tables.asp&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51574?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 17:48:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de4211fe-8009-42e2-9d7b-423c1d12b152</guid><dc:creator>rohann179</dc:creator><description>do you have any documentation that could help me?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51573?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 17:48:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90fc192d-d688-4b12-a323-6c6c5fb1b618</guid><dc:creator>rohann179</dc:creator><description>i tried using a sail component in the expression editor and it  is displaying something like to hyperlink and go this when i gave an uri for a record link [@attributes=, label=, labelPosition=COLLAPSED, instructions=, value=[@attributes=, values=[@attributes=, values=[@attributes=, values=Click Here, actions=], link=[@attributes=[@anyAttribute=[testLabel:], @nil=], uri=&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51572?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 17:47:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c24dc9ed-981d-4c28-8a1f-efe13bc3f83a</guid><dc:creator>Mike Schmitt</dc:creator><description>Sorry, I overloked your subject line and was only reading the body, so I didn&amp;#39;t realize you were talking about email / HTML table.&lt;br /&gt;
&lt;br /&gt;
You would have to do this manually but you should be able to build an HTML table and pass it into an email via template.  It&amp;#39;s not super easy but it&amp;#39;s very doable - just brush up on HTML tables.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51571?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 17:44:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7288548d-1d3e-4a17-b5c6-6515e00432f6</guid><dc:creator>rohann179</dc:creator><description>table with 3 to 4 columns and one column with a record link  to be shown in the email sent.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table in an Email</title><link>https://community.appian.com/thread/51569?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2018 17:35:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2cd35e5-8fcb-49dc-a475-14127353085d</guid><dc:creator>Mike Schmitt</dc:creator><description>Can you provide a bit more detail as to the data you&amp;#39;re passing and the table you&amp;#39;d like to build?  Without knowing much more specifics, I&amp;#39;d guess you should be looking at building either a gridField (i.e. paging grid) or gridLayout (i.e. editable grid, which can easily be shown read-only).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>