cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Line break in Mail Step in BPA

vivekkumar15
Explorer
0 Likes
692

Hi All,

We are sending mail with BPA. The content of mail i am getting from automation.

BPA mail step takes a string as value binding varible type ( means i cant use list string ).

I want to send mail where this string that i'm sending will have different lines. I tried using different options like using \n \t \r <br\>

But all these are getting ignored and output is shown as a single line.

Please advise how can i achieve multiple lines

Accepted Solutions (0)

Answers (1)

Answers (1)

Archana
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Vivek,

you do not need to use any HTML tags for line break in BPA Mail Task. Just write the content as how you want it, and it will appear the same. See an example below:

  • Do I miss to understand your scenario? If yes then please elaborate further



Animatron56
Participant
0 Likes

Hello @Archana,

in our use case we want to set the text in the email dynamically via a script based on the input of a form. 

So the user inputs something in the form, then a script runs to gather all inputs and then the email text is generated. 

In the script I already included \n or html tags like <br> but those inputs are all ignored in the outcomming email. 

Is there a way to insert line breaks in a dynamic input? 

Best regards