Solved
How to pull email address of the users who are part of any specific Appian group.
Hi,
I was able to pull list of users from the group call "AA ADMIN" by using a contact "AA_ADMIN".
Now, is there a way I can pull the email addresses of these users.
Any advises please.
a!localVariables(
local!listOfUsers: getdistinctusers(togroup(cons!AA_ADMIN)),
local!listOfUsers
)