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.
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.
Hi Nithin,
thank you for such a prompt answer. However, in this point I am getting the same results as described in my original query.
When using our example, I am getting this:
Of course. The HTML case does not seem to be the issue here - I tried multiple solutions before and none were working. The declaration of the variable seems to have helped.
In fact, I’ve just tried using var_bodyType.HTML and it works the same way as var_bodyType.Html.