Telegram message text broken
Status: Closed · Asked by Eden22 Admin on · 0 views
I am unable to add a new line to any Telegram message. The enter key works in pabbly and shows a new line but only does 1 new line in message that is posted to telegram. The \n shows as text in telegram message and again only provides 1 new line if if multiples. The
throws an error on telegram response "Bad Request: can't parse entities: Unsupported start tag "br" at byte offset 251"
I am trying to get a message as follows
line 1
--gap--
line2
--gap--
--gap--
line 3
Any ideas?
Hey @gleeballs
While using legacy action events of Telegram, you need to use \n but without using any spacing. Please check out the following screenshot -

@Supreme Verma thank you for this. Managed to get what i needed working using the legacy action.
the newer version, i cannot get any addition line breaks so unsure what is happening there.