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
6 replies
Subscribers
7 subscribers
Views
5321 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
hello, we initiate a process through the arrival of an email, it wor
Victor Bouchery
A Score Level 2
over 10 years ago
hello,
we initiate a process through the arrival of an email, it works correctly except for a sender.
Watching the MIME header, emails that are not consumed by APPIAN have:
Content-Type: text / html; charset = "us-ascii"
Content-Transfer-Encoding: quoted-printable
while the others:
Content-Type: application / ms-tnef; name = "winmail.dat"
Content-Transfer-Encoding: binary
Do you think that the encoding of the email may be related to my problem?
thanks in advance....
OriginalPostID-126902
OriginalPostID-126902
Discussion posts and replies are publicly visible
Parents
0
Victor Bouchery
A Score Level 2
over 10 years ago
I found! the variable "FromName" of the email of this sender is NULL, and the process didn't start. Using the "property(obect, propertyName, valueIfEmpty)" function that corrects the problem of NULL values. thank you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Victor Bouchery
A Score Level 2
over 10 years ago
I found! the variable "FromName" of the email of this sender is NULL, and the process didn't start. Using the "property(obect, propertyName, valueIfEmpty)" function that corrects the problem of NULL values. thank you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data