Hi,
I have 2 collections,
Collection 1: NOTIFY - I used for Cc in the email
Collection 2: Code - I want to use as part of my email's body in SendEmailV2() function.
I used Concat(NOTIFY) for my email's Cc and it works fine.
Now I am trying to use the same for my 2nd Collection - but it didn't work. - Concat(Code)
<tr><td><b>Request Codes:</b></td><td></font>" & "<font face = Calibri size=3>" & Concat(Code),
Appreciate your help.