Hi to all,
A screen of my application contains a text area which shows an output to the user. I am trying to write the output of a stateless flow which contains multiple lines to the screen (via text area).
In text area, the newline characters are trimming and I got an ugly output as you can see below.
I know that the newline characters can seen when using Rich Text component, however I cannot set its value from a flow or cannot set as the value of an attribute.
I am trying to show:
-----
Step 1
-----
x is OK.
y is OK.
*****
However current output is:
-----Step 1-----x is OK.y is OK.*****
Can you help me about this issue? How can I show the output as I want?
Thanks.