How to add a line break to a Text label in Power Apps Canvas Apps

Back with another blog in Power Apps and one more simple requirement. How do I add a line break in canvas apps label?

And the first time some one asked me this question, I was like WOW. I have never really thought of that! And after thinking for a few minutes, my reply was – “you have HTML Text control”.

Good enough! All you need is the line break stuff of HTML <br/>. But I was about to get stumped again. How do I get a line break in my Text Label control? This guy had quite a few text labels and didn’t want to change them to HTML Text control.

After some looking around, finally could come up with a solution to the problem. And here is how to put the line break using the Char function.

The Char(13) would insert a line break you desire for for your input text label.

Hope this helped!

You will also like the below posts.

Debajit Dutta
Business Solutions MVP