new line

Hello, can anyone suggest me how to add a new line in appian?

Code:

user(loggedInUser(),"firstName")
& " " &
user(loggedInUser(),"lastName")
& " " &
user(loggedInUser(),"email")

The output should be:

Beast Hulk

green.hulk@avengers.com

  Discussion posts and replies are publicly visible

Parents Reply
  • "the email" refers to the email address in the text output he initially describes, not an actual printed-out email

    Ah, that could very well be the case.  We'll see (hopefully), at least we have all bases covered Slight smile

    ..except maybe if there is a preference in Appian between:

    char(10) - Line Feed

    char(13) - Carriage Return

    I had started with char(13) initially and have kept using it, since it works and the results are the same.  Maybe this is the new index() vs property() debate Grinning

Children