Concatenation of String

Hi All,

We have one requirement where, we need to send a mail to the particular user. i.e,

we have one pv!abc which has username, and for which we are concatenating with our domain . So we need "pv!abc@domain.com". We tried all the possibilities but none of them worked out.
Thanks in advance.

OriginalPostID-245885

  Discussion posts and replies are publicly visible

Parents
  • i have given the expression as toemailaddress(concat(pv!username,"@domain.com")) in the To field of Send Email Node. The expression has worked for me and we are using 16.3.
    to avoid using toemailaddress(), we can take a pv variable of type email address, and give the value to that pv as concat(pv!username,"@domain.com"). This is not required as we can directly convert the text value to email address using toemailaddress() function.
Reply
  • i have given the expression as toemailaddress(concat(pv!username,"@domain.com")) in the To field of Send Email Node. The expression has worked for me and we are using 16.3.
    to avoid using toemailaddress(), we can take a pv variable of type email address, and give the value to that pv as concat(pv!username,"@domain.com"). This is not required as we can directly convert the text value to email address using toemailaddress() function.
Children
No Data