Skip to main content
Nintex Community Menu Bar
Solved

Next Line or carriage return inside the expression

  • January 10, 2019
  • 3 replies
  • 329 views

Forum|alt.badge.img+8

Hi,

Please guide on how to include next line or carriage return inside the expression as an example below.

 


= next line

 

Hi,

New request has been saved.

Request #

 

I will use the expression in my SMS

using K2 Five

 

Thanks

Best answer by K2CaveMen

You can Achieve this creating a Expression for example:

 

Exp_Carriage_Return  == Url Decode (%0A)

 

Then when u like to add a carriabe return in a text area, basically use another Expresion to Concatenate your new line and this new expersion.

 

Exp_Body  == Concatenate(LINE1, Exp_Carriage_Return,LINE2) 

* Where LINE1 and LINE2 are text controls for previous lines and will be join with the carriage return in the Text Area.

 

Have FUN!!!.

View original
Translate
Did this topic help you find an answer to your question?

3 replies

Forum|alt.badge.img+10
  • 145 replies
  • Answer
  • January 10, 2019

You can Achieve this creating a Expression for example:

 

Exp_Carriage_Return  == Url Decode (%0A)

 

Then when u like to add a carriabe return in a text area, basically use another Expresion to Concatenate your new line and this new expersion.

 

Exp_Body  == Concatenate(LINE1, Exp_Carriage_Return,LINE2) 

* Where LINE1 and LINE2 are text controls for previous lines and will be join with the carriage return in the Text Area.

 

Have FUN!!!.

Translate

Forum|alt.badge.img+8
  • Author
  • Novice
  • 38 replies
  • January 13, 2019

Thanks it is working.

Translate

BazM
  • Novice
  • 1 reply
  • February 24, 2022
nice one, saved me a headache!
Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings