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
  • Hi rohandhondilalk,

    If you have user with valid email id configured while creating or updating that your, then you can directly use that user as recreant for sending email. because if you give user as input then appian will automatically take the email provided for that user.

    If in case you want to use email id like pv!abc with domain name, in that case you can concatenate them like pv!abc & "domain.com" and you need to use toemailaddress() or toemailrecipient() to convert that text value into email type.

    It will be like toemailaddress(pv!abc & "domain.com") which will Email Address type as output.
Reply
  • Hi rohandhondilalk,

    If you have user with valid email id configured while creating or updating that your, then you can directly use that user as recreant for sending email. because if you give user as input then appian will automatically take the email provided for that user.

    If in case you want to use email id like pv!abc with domain name, in that case you can concatenate them like pv!abc & "domain.com" and you need to use toemailaddress() or toemailrecipient() to convert that text value into email type.

    It will be like toemailaddress(pv!abc & "domain.com") which will Email Address type as output.
Children
No Data