I need to provide cc from the entity by filtering email for specific criteria. After its stored in a variable as list of collection. But i can’t able to use that in CC. Add to collections activities also not available. how to get each mail address from that query output and use that in cc for sending mail. for each dont work as it send each mail as separate.
Hi
What is the activity are you using for get the email ?
Hi @MICHKEL_ANGLO_J ,
What type of activity you using?
outlook or gmail,
you can use as list of mail
list cc as String.join(“,”, listMail)
regards,