This topic was automatically generated from Slack. You can find the original thread here.
I’m testing RSS feed trigger and Telegram API with Pipedream but I got stuck into a possible bug, since the workflow (set with Parse Mode to MarkdownV2) works if I use in the Text box the follow:
{{steps.trigger.event.title}}
**xxx**
while it doesn’t work when using escaping characters:
{{steps.trigger.event.title}}
**xxx \** yyy*
and throws the error “ETELEGRAM: 400 Bad Request: can’t parse entities: Can’t find end of Bold entity at byte offset 50”