[Deleted]
Hi @Anonymous,
I think here we should take use of Char(13).
"One line here" & Char(13) & "Another line here"
Or take a try with Char(13) and Char(10) both:
"One line here" & Char(13) & Char(10) & "Another line here"
Thread reference:
String concatenate with new line
Check response from Staff rgruian.
"
Even though this post accepted a solution, for the record please note that you can append newline (CR) characters to any string.
"new" & Char(13) & "line"
or:
"new" & "
" & "line"
If you need CRLF sequences instead, please use Char(13) & Char(10).
"
Regards,
Michael
[Deleted]
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
204 | |
180 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
270 | |
104 | |
74 | |
56 |