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.
FedericoM1
3 years agoRegular Visitor
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.