Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
8 replies
Answers
1 answer
Subscribers
6 subscribers
Views
6583 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi Forum When using a send email node, is it possible to add a table
lincolnf454
over 10 years ago
Hi Forum
When using a send email node, is it possible to add a table into an html template using the ncolumntable() function?...
OriginalPostID-112455
OriginalPostID-112455
Discussion posts and replies are publicly visible
0
elizabeth.epstein
over 10 years ago
It should be. Use the "from template" option rather than entering text directly into the Send Email node. Designate a place in the template for your table (e.g. ###MY_HTML_TABLE###) and then use ncolumntable() in the expression editor to generate html.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
janakik
over 10 years ago
Hi Elizabeth, ncolumntable doesnt allow to show more than 10 columns. Is there any work around ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
elizabeth.epstein
over 10 years ago
There is an upgraded version of this function called nColumnTableStyled which takes unlimited columns. It should be included with the same plugin package assuming you downloaded it in the last 2 years or so.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
harshav
over 8 years ago
Hi Elizabeth, We had the Similar issue and we tried using this ncolumntablestyled, and it says unexpected number of parameters passed, is there any work around for this , please suggest
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
gurdeeps
over 6 years ago
Yeah, we can add template to send mailin tabular form
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Shanmukha
A Score Level 1
over 6 years ago
Hi Lin,
You may try to approach this with an expression rule where you can pass the CDT and generate <tr>and <td> like html content dynamically.
Thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
diptis
over 6 years ago
Hi,
The application which I am working has the requirement to send email which should have data populated in table. The table is populated dynamically, for which we have created an expression rule which takes the value for each cell in table and we generated html content using <table>,<tr>and <td> tags.
Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Ravichandran Thiruganasambandham (Ravi Sam)
Certified Lead Developer
over 6 years ago
Yes, you can. But as per the health check report, ncolumntable is deprecated. Creating your own dynamic HTML table would be the best approach.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel