Hello all,
When I am loading the variable "mailtolist" into the carbon copy field of the sendmail function it appears to work fine as long as there was only ONE email address in the Contact_E_Mail field.
However if I have multiple email addresses in the Contact_E_Mail field then I receive an an error when I try to submit my form.
- mailtolist = Districts[District_Name == input.District].Contact_E_Mail;
sendmail
(
To : input.Operators_Email_Address
From : zoho.adminuserid
CC : mailtolist
Subject : BLA BLA
Message : BLA BLA
Below is an example of the Districts form, and the Contact_E_Mail field. The Contact_E_Mail field will allow me to enter multiple email address as long as they are separated by a semicolon ";".
However when the list of email addresses is loaded into the mailtolist variable and an attempt is made to submit the form it will cause an error.

If you can provide any help it would be greatly appreciated.
access has been granted to support.
Jason Rapp