I was trying to create an app on PowerApps and stuck on one of the screen. I have a text box where i type the message and a label to display the output of the text that i have typed.
I want label to break the line after 16 characters and move to the next line.
I tried using the below code in the 'input > html text' but didn't work.
Substitute(
TextInput1.Text,
Char(16),"
")
Could please help me provide ideas or lead to refer any website/ documents to proceed further with task.
Thanks in advance.