Forum Discussion

FedericoM1's avatar
FedericoM1
Regular Visitor
3 years ago
Solved

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...
  • FedericoM1's avatar
    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.