I am trying to create a submition form which the user adds their sales person and pm from separate combo boxes. My onsuccess value for the form is to send the email to the selected users once the form is submitted. Below is my formula, please help me find out what is wrong or if there is a better way. I chose not to do one combo box as our employees will most likely forget to choose both sales person and project manager. I also put a label under the combo box to ensure there was an actual email showing. If I hard code the to field, everything works fine. I am unsure what to do.
Back();Office365.SendEmail(SalesComboBox.Selected.Email & ";" & PMComboBox.Selected.Email,"New Open Issue: " & "Date:" & DataCardValue10.Text & "; Project Number: " & DataCardValue9.Text,"Project Name: " & DataCardValue11.Text & " Notes: " & NotesText.Text & "Please see the attached pictures for the open issue.",{Attachments: CameraPics,Importance: "High"})