Send a mail to multiple people

I need to send mail to multiple people based on selected location..

lets say: I need to send mail to people based on selected location.

There are multiple location (A,B,C,D)

There mail needs to be sent to 4 people: (M1,M2,M3,M4).

If i select Location A then a mail should be triggered to that location only and all  4 people should receive mail for that particular location.

Can someone help with the logic 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to akshayg0006

    I'm unable to tell what the issue might be since you haven't shared what value(s) your expressions are producing.  In the previous screenshot you would need to show us what the in-process value of "pv!sendTo" was.  In the newer screenshot, what is the output of the 'AER_getEmail()` expression rule when you provide realistic test data like what you'd get in a running process?  And is there a reason you don't put the "toEmailAddress()" rule inside the expression rule itself?

Children