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
1088 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I've a process that use a Execute Process Report for reading one report. In
Giobis
over 11 years ago
I've a process that use a Execute Process Report for reading one report. In this Report there is a user array in a User variable.
So, In my process I've a ListArray (user) that get the Report array. In monitoring process I see the correct Full Name but If I try to send it by email I received only a list of the username without full name.
I hope that you understand and help me, thanks...
OriginalPostID-67534
OriginalPostID-67534
Discussion posts and replies are publicly visible
0
akhilan
over 11 years ago
Within Appian, it is able to map the user name to the user object and display the full name. Since the email is being read outside of Appian this mapping wont directly happen. To send the full name in the email instead of the username, you can use an expression like user(pv!user, "firstName") & " " & user(pv!user, "lastName")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel