<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Teams Activity: Embedding a Hyperlink in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5314582#M17366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253027"&gt;@schneiw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I have done to get this work successfully in the past is I have actually sent the error messages to Power Automate and let power automate then send the Teams message. As I know PAL Automate can put in any link and send it to Teams successfully.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2026 22:00:41 GMT</pubDate>
    <dc:creator>GilbertQ</dc:creator>
    <dc:date>2026-07-22T22:00:41Z</dc:date>
    <item>
      <title>Teams Activity: Embedding a Hyperlink</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5314405#M17365</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to user the Teams Activity to post when a pipeline fails. I have built the link, but I can't seem to get it to render as a clickable link when it posts to Teams. What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg. this is the code in the Message of the Teams Activity:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":police_car_light:"&gt;🚨&lt;/span&gt; Pipeline Failure Alert&lt;/P&gt;&lt;P&gt;Pipeline: @{pipeline().PipelineName}&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.fabric.microsoft.com/workloads/data-pipeline/artifactAuthor/workspaces/@{pipeline().DataFactory}/pipelines/@{pipeline().Pipeline}/@{pipeline().RunId}?experience=fabric-developer" target="_blank"&gt;https://app.fabric.microsoft.com/workloads/data-pipeline/artifactAuthor/workspaces/@{pipeline().DataFactory}/pipelines/@{pipeline().Pipeline}/@{pipeline().RunId}?experience=fabric-developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run ID: @{pipeline().RunId}&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 19:03:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5314405#M17365</guid>
      <dc:creator>schneiw</dc:creator>
      <dc:date>2026-07-22T19:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Teams Activity: Embedding a Hyperlink</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5314582#M17366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253027"&gt;@schneiw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I have done to get this work successfully in the past is I have actually sent the error messages to Power Automate and let power automate then send the Teams message. As I know PAL Automate can put in any link and send it to Teams successfully.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 22:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5314582#M17366</guid>
      <dc:creator>GilbertQ</dc:creator>
      <dc:date>2026-07-22T22:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Teams Activity: Embedding a Hyperlink</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5315712#M17375</link>
      <description>&lt;P&gt;The &lt;STRONG&gt;Teams Activity&lt;/STRONG&gt; in Microsoft Fabric/Data Factory currently treats the &lt;STRONG&gt;Message&lt;/STRONG&gt; field as &lt;STRONG&gt;plain text&lt;/STRONG&gt;, not Markdown or HTML. As a result, URLs included in the message are displayed as text and aren't rendered as clickable hyperlinks.&lt;/P&gt;&lt;P&gt;For example, a message like:&lt;/P&gt;&lt;PRE&gt;Pipeline Failure Alert

Pipeline: MyPipeline

https://app.fabric.microsoft.com/...

Run ID: 12345&lt;/PRE&gt;&lt;P&gt;will typically be posted as plain text rather than a clickable link.&lt;/P&gt;&lt;H3&gt;Possible workarounds&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;1. Use a Teams webhook or Power Automate (Recommended)&lt;/STRONG&gt;&lt;BR /&gt;Instead of the built-in Teams Activity, send the notification through:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Power Automate&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Microsoft Teams Incoming Webhook&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These options support richer message formats (such as Adaptive Cards), allowing you to include clickable hyperlinks, buttons, and formatted content.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Use Adaptive Cards&lt;/STRONG&gt;&lt;BR /&gt;If you're already using Power Automate or a Teams webhook, you can create an Adaptive Card with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Pipeline name&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Run ID&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Status&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;A &lt;STRONG&gt;"View Pipeline"&lt;/STRONG&gt; button that opens the Fabric pipeline directly&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This provides a much better user experience than a plain text notification.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Feature limitation&lt;/STRONG&gt;&lt;BR /&gt;If you're using the built-in &lt;STRONG&gt;Teams Activity&lt;/STRONG&gt; in Fabric Pipelines, there is currently no supported way to force Markdown or HTML rendering for hyperlinks in the message body.&lt;/P&gt;&lt;P&gt;It would be great if Microsoft enhanced the Teams Activity to support Markdown or Adaptive Card formatting in future releases, as clickable links are a common requirement for operational alerts.&lt;/P&gt;&lt;P&gt;For more information:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Teams Activity in Fabric Pipelines:&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/fabric/data-factory/" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/fabric/data-factory/&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Adaptive Cards for Microsoft Teams:&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/adaptive-cards/" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/adaptive-cards/&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Power Automate with Microsoft Teams:&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/power-automate/teams/overview" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/power-automate/teams/overview&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Helpful? Give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; — keep the community growing.&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Solved your issue? Mark this as the Accepted Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt; &lt;STRONG&gt;Prince Singh | Data Science &amp;amp; Microsoft Fabric Enthusiast&lt;/STRONG&gt;&lt;/H4&gt;</description>
      <pubDate>Thu, 23 Jul 2026 09:13:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Teams-Activity-Embedding-a-Hyperlink/m-p/5315712#M17375</guid>
      <dc:creator>Prince0011</dc:creator>
      <dc:date>2026-07-23T09:13:02Z</dc:date>
    </item>
  </channel>
</rss>

