Hi all,
In the to Property of SendMail activity I'd like to get emailaddress for a list of users assigned to a specific role...
something like:
GetEmailAddresses(SelectSql(null,"select eusername from eassignment where erolename in ('myrole')").List)
I've double checked and all users in that role have a valid email, but I get always:
"(CLOB) Exception 'The specified string is not in the form required for an e-mail address.' occurred when attempting to 'Run script'.
The specified string is not in the form required for an e-mail address."
What's wrong?
Thanks in adv.
Andrea