Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Insert ASCII Code Characterts Into Text Is t...

Colin1
New Member

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)?

0 3 1,024
3 REPLIES 3

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”)

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. 😁

KSMNilakandi_0-1751032576055.png

 

Colin1
New Member

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.

Top Labels in this Space