How can i set text in a label in multiple lines

i have stored a quote in a single cell in google sheets ,
the quote contains four lines
now when i am getting the quote from sheet to label , the four lines are merged and converted in to 2 line , and the quote in label is showing in two lines only

but i want to make it to show in four lines in a single label

below is the quote stored in google sheet
2023-10-19 - 17-17-02 - 10 Short Nursery Rhymes for Children - A Mothership Down

i am getting in app is like this

i want to make it to show in four lines in a single label

Use a HTML label and insert <br> between lines.

Set your label to centered horizontally

2 Likes

This works just fine:

It may have something to do with how you are creating new lines in your google sheet cell. The correct method is to use an ALT+Enter at the end of each line to create a new line. This then returns the text with line returns in place

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.