Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
11 replies
Subscribers
7 subscribers
Views
4269 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Has anyone ever built a plug-in that allow us to populate the doc
Rully
over 11 years ago
Hi,
Has anyone ever built a plug-in that allow us to populate the document template (html, pdf, or doc) with process variables of type array and then able to generate/output multiple documents?
Regards,
Rully...
OriginalPostID-80857
OriginalPostID-80857
Discussion posts and replies are publicly visible
Parents
0
felixl
over 11 years ago
Hi Amirul, if you are looking to input list pv's into a template I've often used the function 'joinarray' to generate flat text that can be easily inserted into a document template. The speed to generate the text would correlate with the size of the array you're working with.
'joinarray' lets you delimit each array element with your own string. I like working with html templates because you have a wide assortment of choices with how to display your information. I prefer using unorder list tags, but div, p, and table are all possible as well.
Hope this gives you some ideas.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
felixl
over 11 years ago
Hi Amirul, if you are looking to input list pv's into a template I've often used the function 'joinarray' to generate flat text that can be easily inserted into a document template. The speed to generate the text would correlate with the size of the array you're working with.
'joinarray' lets you delimit each array element with your own string. I like working with html templates because you have a wide assortment of choices with how to display your information. I prefer using unorder list tags, but div, p, and table are all possible as well.
Hope this gives you some ideas.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data