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
3 replies
Subscribers
6 subscribers
Views
1476 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I have a process variable that is of type text (for group) and another set of pv
helmuta
over 11 years ago
I have a process variable that is of type text (for group) and another set of pvs that are for individuals of type user. The group variable contains a list of user ids separated by ";" that I want to send an email notification every time a status is changes or a new item is added to the request. Logic works like a champ but I am having problems trying to resolve the email address of the users. I keep getting the "No valid recipients resolved". At first I just put the pvs for each of the users in the To field (maxed out at 2 users I have several more), then I tried using the pv that contains all of the user ids listed in the group variable (no luck) and my last attempt I tried using the toemailrecipient function. I am hoping that someone has run into this issue before and will provide me with an early Christmas present.
...
OriginalPostID-93424
OriginalPostID-93424
Discussion posts and replies are publicly visible
Parents
0
Avneet Mathur
Appian Employee
over 11 years ago
Helmut - If you already have the list of the users in a process variable, then create an expression rule to get the email addresses
apply(fn!user,ri!usernames,"email")
Where ri!usernames is of type users (multiple)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Avneet Mathur
Appian Employee
over 11 years ago
Helmut - If you already have the list of the users in a process variable, then create an expression rule to get the email addresses
apply(fn!user,ri!usernames,"email")
Where ri!usernames is of type users (multiple)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data