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
6 subscribers
Views
1005 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, We've a process model that contains a receive message smart s
skumar
over 10 years ago
Hi,
We've a process model that contains a receive message smart service. We set "Listen for messages of type" = Email.
When we send a message through an email body to process. We stored that value through "msg!body" in my process variable.
In that message all the new line characters are replaced by angular braces (">").
How can we get the original message that was sent in email.
any work-around for this.
Thanks,
Sandeep...
OriginalPostID-108996
OriginalPostID-108996
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 10 years ago
That character is usually added by the email server to denote a forwarded/replied content to quote the original email body.
In any case you should be able to use the substitute() function and replace ">" with char(13)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel