Hi there,
I’m using a Microsoft Teams Scope activity, and inside it Get Chats activity and Send Message activity. These activities function as they should. However, when I try to insert a hyperlink to the Message, I’m getting either plain text in MS Teams, or outright error in Studio.
For example for this code
I’m getting
I’ve tried multiple variations, like using “” and ‘’ at various places, omitting td elements and working with only a element, to no avail.
Furthermore, when I try to set BodyType property to HTML or BodyType.HTML I end up getting another error. Since this is optional, I omit it in my steps, but maybe it’s also worth noting
Any advice how to insert hyperlink to the Send Message activity appreciated.