Error Code:400
Status: Closed · Asked by Toan Phan on · 0 views
Bad Request: can't parse entities: Character '-' is reserved and must be escaped with the preceding '\'
the workflow on execution gives error code 400, "can't parse entities: character '.' is reserved and must be escaped with the preceeding '\'.
Attachments
Hello @Toan Phan
Upon reviewing your workflow, I have observed that you were using a full stop (".") in the Text message field. However, please note that Telegram does not support the use of this character in this context. As a result, I have removed the full stop from the field, and it appears that your workflow is now functioning properly.
If you would like to retain the use of the full stop in your message, you may do so by incorporating the "Text Formatter > Replace Text "feature into your workflow.
This will enable you to replace the full stop (".") with a backslash ("/") which is supported by Telegram. By implementing this solution, you can ensure that your desired message formatting is maintained while still adhering to the requirements of the Telegram platform.
Screenshot for your reference:

