Insert ASCII Code Characterts Into Text Is t...

Insert ASCII Code Characterts Into Text

Is there a way to insert ASCII Code Characterts into Text like Line Feed (10) and Carriage Return (13)?

No, but inside expression builder you can enter carriage return in the middle of a text, and get the same result as line feed; for example something like this will send Text2 to the second line:

CONCATENATE("Text1 ", β€œText2”)

1 Like

I tried that before, but it did not work. I am placing the text into the:

Workflow Email Action,

PreHeader (Email preview seen in mobile email apps. (Template that yields text is supported.))

Hence why I was looking for something explicit.

HI RezaRaoofi,

Thanks for the workaround on this. It works for me.

I used the SUBSTITUTE function to join a text of list of items with linefeed. Following your suggestion, Subtstitute the comma character with the β€œ{I pressed the ENTER button}” and made the expression as below image. It is not common expression on coding but this is Appsheet, thou. :grin:

2 Likes