Telegram Message \n to <br>
Status: Closed · Asked by WizontheWeb on · 0 views
Hi,
When a telegram message is received via a trigger, the line breaks are in there and from passed experience will be '\n' . Is it possible to convert the message text so that any '\n' to are '
'. Basically converting it to the HTML equivalent, which I can then send on to another API which needs it in HTML.
Many thanks
Helen
Hey @WizontheWeb !
You can use the below-mentioned step after your trigger step to replace the text -

Kindly check and let us know if this works for you.
Hi, thank you that worked very well