Is the code \n for new line in Label and InputText still not working?
Is Multiline in Label implemented.
I cannot test both, because the output of new line does not work.
I tried to join texts with \n (alternatively with ) to manage a multiline output. But had no success!
Thank You,
but that does not really help. I cannot use a long empty string, because the legth of my text is not always the same.
I need the proper solution with /n (as in thunkable for android or Java amd Swift).
“… because the legth of my text is not always the same”. Please excuse me, but could you give an example when the code below (the screenshot of which I made from my phone) does not work for you?
I seem to have found a way to use the line break character in the input fields and text fields. The idea is simple - you need to copy the invisible line feed from the multi-line input field.
No, nothing is hidden. We get a newline character once, and then you can remove the LocalStorage.Save block and the InputText component from the project, as they are no longer needed.
Thanks for this, I found a way to do it via the Air Table spreadsheet.
this way could also probably be done using a text box with “multiple line = true” and “editable = false”…
but i dont want a text box visible on my screen for aesthetic purposes! You can the use the “value” from this procedure multiple times to break other text pieces, in lists as well…!!
The reason I replied was getting \n to work took me a lot of time and experiment. It just worked for Label and for some strange reason never worked for Text boxes, supporting multiple lines did not help. Google could not get me the answer. So I thought anyone like me in the current times might benefit from my work.