Question on implementing line breaks

Hi,

I have used char(10) char(13) in my expression rule to achieve line break in text. I could have get the output with line break as expected in expression rule output.
But, when I called the same expression into "Send Email" smart services' Expression editor. Its coming with single line which is not actual output for that Expression rule. Is there any other way to overcome this issue?

Note : I have not user "Use a text or HTML Template" option used "Enter Text here" Only. Expecting some solution for this.
Thanks,
Arunkumar C

OriginalPostID-224493

OriginalPostID-224493

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Arunkumarc,
    I assume you're trying to populate these line breaks into generated email body, correct?

    Regardless, if you're passing process data into the email node, you should use functionality to replace all instances of char(10) with "<br/>", for the actual email body itself. I believe this should work with the "Enter Text Here" functionality on the email smart service node, but I haven't tested this version quite as much as the "text or html template" version, where i can guarantee you that it works.
Reply
  • 0
    Certified Lead Developer
    Hi Arunkumarc,
    I assume you're trying to populate these line breaks into generated email body, correct?

    Regardless, if you're passing process data into the email node, you should use functionality to replace all instances of char(10) with "<br/>", for the actual email body itself. I believe this should work with the "Enter Text Here" functionality on the email smart service node, but I haven't tested this version quite as much as the "text or html template" version, where i can guarantee you that it works.
Children
No Data