cancel
Showing results for 
Search instead for 
Did you mean: 

Long Text in Mail

bjorn-henrik_zink
Active Participant
0 Kudos

Hi,

I have a container element of length 241 chars. I have added the container element to the body of my send mail step. The problem is that the element data is cut when the workflow is executed. How can I prevent that?

Thank you.

/Elvez

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Elvez,

If you know how many characters are being printed in one line then you can use the following logic.

ex : if var(251) is ur element.

then &var+(100)& in firstline of body

&var+100(100)& in second line of body

&var+200(51)& in third line of body.

Here I assume that 100 chars r printed in one line.

Let me know if it works or if any better ways to do it.

Thanks

Praveen

Answers (1)

Answers (1)

Former Member
0 Kudos

In mail step below the Body of mail there is icon for Insert expression.

Click on insert expression and choose your multiline container element, No wsystem will automatically popup three options

-> single line

-> multilines as continouos text

-> multiline with line break

you choose the option accordingly.

If you are not getting these options then follwouing is the code for each option.

Paste the following code in body of mail.

I assume TLINE as your Multiline container element.(Replace TLINE with your variable)

-> single line : &TLINE&

-> multilines as continouos text : &TLINE[]&

-> multiline with line break : &TLINE##&

It should work.

<b>Please reward points if useful</b>

Thanks

Arghadip

bjorn-henrik_zink
Active Participant
0 Kudos

Hi Arghadip,

it is not a multiline container element. What should I do?

/Elvez

martin_nooteboom
Active Contributor
0 Kudos

Hi Elvez,

Check this forum. I think there is a maximum line length for fields in the text.

Regards,

Martin

Former Member
0 Kudos

Hi Arghadip,

Rather than copying others Posts, When you want to post the things already answered, all that you need to do is copy the thread's URL and send it.

No more comments

Message was edited by:

Nagapraveen Yaram