- Joined
- Feb 14, 2025
- Messages
- 17
- Reaction score
- 2
My CRM is web based so the chat message gets logged in one continues line. I am trying to replace the new line character with a html line break "<br>", however I cannot get it to work.
This does nothing
[[ChatMessages].Replace("\n","<br>")]
This inserts a line break at ever space.
[[ChatMessages].Replace(" ","<br>")]
This does nothing
[[ChatMessages].Replace("\n","<br>")]
This inserts a line break at ever space.
[[ChatMessages].Replace(" ","<br>")]