Skip to main content
14-Alexandrite
May 12, 2022
Solved

Line feed code in confirmation message

  • May 12, 2022
  • 2 replies
  • 1574 views

Dear Developers,

 

I'm trying to add a line feed code into string which will be displayed as a confirmation message.

I currently use "\n" as a line feed code as show the below though, it doesnt work.

 

Could you let me know on how to get it work normal ?

 

YoshihikoN_1-1652328161881.png

 

YoshihikoN_0-1652328137728.png

 

Best answer by kazunari

Unfortunately, it also can't break lines in Message Text. Creating a new static mashup(with mashup parameter) and set that mashup on Navigation with modal popup would be the best way in your case. I hope this helps you.

2 replies

12-Amethyst
May 17, 2022

I assume you are using label widget, however it depends on the size of the widget and we can't break a line manually in label widget. 
How about splitting the label and service into two parts?

14-Alexandrite
May 18, 2022

Hi Kazunari,

Thank you for your reply.

I'm using confirmation function like the below not label widget. 
I created a servive to generate message text and I'd like to break lines manually in the message text.

 


YoshihikoN_0-1652856977391.png

 

kazunari12-AmethystAnswer
12-Amethyst
May 19, 2022

Unfortunately, it also can't break lines in Message Text. Creating a new static mashup(with mashup parameter) and set that mashup on Navigation with modal popup would be the best way in your case. I hope this helps you.