Send email to array of users

I have a user picker that selects max 3 users. In the process model I want to send the email to all the users in the array of users. 

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to oludareo0002

    If pv!reportRequest.reviewer is user type, I don't think you even need to wrap it in toEmailAddress().  That function seems to only be needed when you want to target plaintext email addresses as recipients.  In fact it might be hurting you here, because if you wrap an array of user in this function, it might accidentally be trying to treat their usernames as email addresses, which would definitely not work.  But again I'm not sure since you haven't actually said what's working / not working.