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
Published on:
Learn moreRelated posts
Power Apps Pulse January 2025
1 day ago
Use Power Automate Connector Actions directly from Power Apps
Often people create flows to call Microsoft Graph end points or Approval from within Power Apps rather than "Power Automate connector actions"...
5 days ago
How to Use User-Defined Functions and User-Defined Types in Canvas Apps
Building Canvas Apps in PowerApps presents a challenge. Microsoft has provided great built-in functions, but what if your App needed something...
6 days ago
Power Apps Grid Control Quick Edit Form
8 days ago
How to Add & Subtract Date Values With Formula Column in Power Apps
In one of our previous blog, we explored how to add and subtract dates using Date Time functions in Power Automate. This blog will demonstrate...
11 days ago