Forum Discussion
FedericoM1
3 years agoRegular Visitor
Insert Line Break (carriage return?) in Text.
Hello, I have a table which contains a colums with Email-address and another with multiple URLs. Example: The purpose of this is to send the URLs to the Email-addresses via Teams using the P...
- 3 years ago
Solved.
In order to have a line break visible in the final Teams message the data needs to be in HTML format.
I've replaced the " " between the URLs with "<br>" and it works.
v-jingzhang
3 years agoCommunity Support
Hi FedericoM1
I recommend that you split the URL column by delimiter " " into Rows. Then you will have only one URL value on each row.
Split columns by delimiter - Power Query | Microsoft Learn
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.