Hi Nithya Santhoshini,
As Ronald Catersels rightly pointed out, a mail can be sent to multiple recipients by using a comma separated list.
Situation 1 : When the Emails are a static, predefined emails such as “abc@gmail.com”, “def@gmail.com” and “ghi@gmail.com”, then in this case, you can use the comma separated list as shown below
Situation 2: When the emails are dynamic and are defined from attribute values, (as in your case from $Instrument/DistrictManager), then you can loop through the $Instrument List and create the To String. Something as shown below:
Use the comma to seperate those. So like: firstperson@google.com, secondperson@google.com
Regards,
Ronald
Hi,
Try to use the common values
Regards,
Rasik