Hi, I am attempting to do a @MailSend from a form I’ve created and have as part of the subject body the value in a dialog list field. It works perfectly when I have only one value selected for that field. When I select two, it only shows the first value in the email that is sent. Anyone have any ideas? Is it a limitation to using the @Mailsend command or perhaps something with my code?The field in question is MemoSubject
@MailSend(SendTo;CC;“”;Subject+" “+Form+” “+Number;@NewLine+InsuredName+” “+Form+” “+Number+” “+EffectiveDate+” to “+EndDate+@NewLine+@NewLine+LetterBody+” "+MemoSubject+@NewLine+@NewLine+Body+@NewLine+@NewLine+Signature;[Sign];[PriorityHigh])