How to give CRLF (carriage return line feed) in Appian. Eg:- "ABC"

How to give CRLF (carriage return line feed) in Appian.
Eg:- "ABC" CRLF "EFG" should return
ABC
EFG

Please provide inputs asap....

OriginalPostID-129047

OriginalPostID-129047

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    @phanibabuk: As Aleksi has been saying, this requires a paragraph field. It looks to me like you're trying in expression editor, but expression editor strips all carriage return and any other "extra" whitespace from its output anyway.

    Here's an example of char(10) working on a paragraph field in Interface Designer: http://screencast.com/t/fkEVGynGKJo
Reply
  • 0
    Certified Lead Developer
    @phanibabuk: As Aleksi has been saying, this requires a paragraph field. It looks to me like you're trying in expression editor, but expression editor strips all carriage return and any other "extra" whitespace from its output anyway.

    Here's an example of char(10) working on a paragraph field in Interface Designer: http://screencast.com/t/fkEVGynGKJo
Children
No Data