
Announcements
Hello,
Im running a flow that makes queries to a power BI dataset. That query is subject to change based on other variables in the flow; this works fine.
I want to make an error handling stream that if the query fails it sends me the query via a chat in teams so that i can see what went wrong and fix it.
At the moment all I get with this HTML code:
(normally the Dax query gets passed in as a string variable)
<pre class="language-plaintext">
<code>
// DAX query
--- ---
</code>
</pre>
is this:
I know that if you send code normally with teams you can insert the ``` and then the code block to get something like this that makes it easy to copy.
Is there anyway of doing this from power automate?