Power Platform Learning

Power Platform Learning

https://soundharyasubhash.wordpress.com

Learn and Share

How to add new line to String in Text label using Char() – Power Apps

Published

How to add new line to String in Text label using Char() – Power Apps

For text label, usually we get requirements to add content and align it in new line To add a new line, we can use the Char function which translates a number into a string with the corresponding ASCII character. Syntax Char( CharacterCode ) CharacterCode – Required. ASCII character code to translate. We will use Char(10) which indicates a new line … Continue reading How to add new line to String in Text label using Char() – Power Apps

Continue to website...

More from Power Platform Learning