Re: Email Ids not coming in sqlserver Table ,It should be comma separated values…..

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 Email Ids not coming in sqlserver Table ,It should be comma separated values….. Re: Email Ids not coming in sqlserver Table ,It should be comma separated values…..

#28056

You need the additional parameter that contains the comma character, because that's what you would use to separate your email address values, and those email addresses don't have that character. So, you would alternate that comma parameter with each of your address fields when concatenating them together in the string concatenate functoid, before sending this as a whole to your destination field.