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
1 reply
Subscribers
7 subscribers
Views
1378 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I have a requirement to generate a text document with some process data
joep45
over 9 years ago
I have a requirement to generate a text document with some process data
I would like to maintain any carriage returns the user inputs in a paragraph field, however the out of box Text Doc from Template is not maintaining them
Is there some replace or other function i can use on the pv so that the carriage return format is maintained in a text document.
The end user will be using Notepad not Notepad++
OriginalPostID-153854
OriginalPostID-153854
Discussion posts and replies are publicly visible
Parents
0
Tom Ryan
Appian Employee
over 9 years ago
If you are using a .txt template, you can use char(10), eg.
joinarray( pv!array_of_lines, char(10) )
more detail here:
forum.appian.com/.../Text_Doc_From_Template_Smart_Service.html
If you are using a docx template, you can use <w:p/>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tom Ryan
Appian Employee
over 9 years ago
If you are using a .txt template, you can use char(10), eg.
joinarray( pv!array_of_lines, char(10) )
more detail here:
forum.appian.com/.../Text_Doc_From_Template_Smart_Service.html
If you are using a docx template, you can use <w:p/>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data