Within ordinary text columns we can insert line breaks as follows:
concatenate(“First line”,"> ",“Second line”)
Unfortunately, this does not work in all column types that use text. I am using the “show” column type in my app as follows:
Here’s an instance where I wish I could insert a line break:
The number of characters exceeds what will fit into one line in this case, so AppSheet divides it in two. Unfortunately, however, Japanese is a language in which spaces do not show where to divide words. So, AppSheet winds up dividing a word in two, creating a rather ugly heading. If I could manually insert a line change (return) at an appropriate point in this heading my problem would be solved but, alas, that does not seem to be allowed. Is there a reason for this?
Also, is this a bug or do I need to make it a feature request? I’m starting out with the assumption that this is a “bug” that will be very easy to fix with a little code. Thanks!

