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
5 replies
Subscribers
6 subscribers
Views
2134 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, I have configured one sub process in my main process to trigger an
sivac
over 9 years ago
Hi All,
I have configured one sub process in my main process to trigger an email,I need to send an email twice to two different persons.
When I have tested, "from" content in an email is being displayed same,but I want in such way to display the name of the person who completed the task.
In the email smart service from drop down I tried "process initiator" and "process model",In both cases the email is triggered from same person.Can you please help me out.
Thanks in Advance
OriginalPostID-178446
OriginalPostID-178446
Discussion posts and replies are publicly visible
Parents
0
james.franklin
over 9 years ago
So in the last example, can the Cons!user be replaced with pv!user?
<?xml version="1.0" encoding="UTF-8"?>
<emailConfig>
<addresses>
<address name="customUser">
<expression>=toemailaddress(user(cons!CUSTOM_USER, "email"))</expression>
</address>
</addresses>
<collections>
<collection name="from">
<items>
<item>customUser</item>
</items>
</collection>
</collections>
</emailConfig>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
james.franklin
over 9 years ago
So in the last example, can the Cons!user be replaced with pv!user?
<?xml version="1.0" encoding="UTF-8"?>
<emailConfig>
<addresses>
<address name="customUser">
<expression>=toemailaddress(user(cons!CUSTOM_USER, "email"))</expression>
</address>
</addresses>
<collections>
<collection name="from">
<items>
<item>customUser</item>
</items>
</collection>
</collections>
</emailConfig>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data