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
4 replies
Subscribers
6 subscribers
Views
2734 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Any reason why the send email node won't work in this situation?
danielh754
over 9 years ago
Any reason why the send email node won't work in this situation?
OriginalPostID-170589
OriginalPostID-170589
Discussion posts and replies are publicly visible
0
akshayan
Certified Lead Developer
over 9 years ago
You can try toemailaddress.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rishij
over 9 years ago
Try : toemailaddress()
For reference documentation link is
forum.appian.com/.../Conversion_Functions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rawich
over 9 years ago
toemailrecipient() doesn't take text as input. You can pass User or Group as input. If you need to pass text, use toemailaddress() as Akshaya and Rishi suggested.
Also, in general, when you don't have enough information about the error from Alert message, you can look at log files such as application-server.log to find more detail about what caused the error.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
toemailrecipient only accepts 3 Appian types as input: email address, user and group.
forum.appian.com/.../Conversion_Functions.html
To use toemailrecipient on a text, you have to first wrap it with toemailaddress(). See the attachment.
Or as others mentioned just use toemailaddress() and no need to wrap it with anything, it will just work too.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel