<?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: Can the Dynatrace Workflow run a DQL query and export the output to a PDF or Excel file, then email the report as an attachmen in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282525#M2302</link>
    <description>&lt;P&gt;Very good idea, in general, this is of course possible, by developing a custom workflow action ( see&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/workflows/create-custom-action/" target="_blank"&gt;https://developer.dynatrace.com/develop/workflows/create-custom-action/&lt;/A&gt;&amp;nbsp;), but it needs some JavaScript&amp;nbsp; / React developer knowledge.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jul 2025 14:47:10 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-07-29T14:47:10Z</dc:date>
    <item>
      <title>Run DQL query and export output as email in workflows</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282430#M2297</link>
      <description>&lt;P&gt;Hello Team ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, we’ve tested a basic workflow that runs a DQL query and sends an email. However, we’re looking to find out if there’s a feature within Dynatrace Workflows that allows sending the query results as a formatted report, preferably attached as an Excel or CSV file. Has anyone already experimented with this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 11:27:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282430#M2297</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-12-15T11:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Dynatrace Workflow run a DQL query and export the output to a PDF or Excel file, then email the report as an attachmen</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282517#M2300</link>
      <description>&lt;P&gt;I was wondering same thing.&amp;nbsp; You could send a link Via Workflow to dql dashboard then user could download result.&amp;nbsp; I have set that up.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 13:47:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282517#M2300</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2025-07-29T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Dynatrace Workflow run a DQL query and export the output to a PDF or Excel file, then email the report as an attachmen</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282521#M2301</link>
      <description>&lt;P&gt;I would love to do something similar but with a pdf of a dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 14:29:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282521#M2301</guid>
      <dc:creator>StrangerThing</dc:creator>
      <dc:date>2025-07-29T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Dynatrace Workflow run a DQL query and export the output to a PDF or Excel file, then email the report as an attachmen</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282525#M2302</link>
      <description>&lt;P&gt;Very good idea, in general, this is of course possible, by developing a custom workflow action ( see&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/workflows/create-custom-action/" target="_blank"&gt;https://developer.dynatrace.com/develop/workflows/create-custom-action/&lt;/A&gt;&amp;nbsp;), but it needs some JavaScript&amp;nbsp; / React developer knowledge.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 14:47:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282525#M2302</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-07-29T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Dynatrace Workflow run a DQL query and export the output to a PDF or Excel file, then email the report as an attachmen</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282554#M2303</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I also strongly believe this can be achieved using JavaScript or React. Since my Java skills are quite poor, my hope is that if someone here has already developed a similar solution, I could ask for their help or request them to share the code. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 22:52:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282554#M2303</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-07-29T22:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Dynatrace Workflow run a DQL query and export the output to a PDF or Excel file, then email the report as an attachmen</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282555#M2304</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/36140"&gt;@Kenny_Gillette&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this. This is one of the options we currently have, but I was wondering if we&amp;nbsp;can also attach files to emails, as some existing tools already support this feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 23:01:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/282555#M2304</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-07-29T23:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run DQL query and export output as email in workflows</title>
      <link>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/294059#M2492</link>
      <description>&lt;P&gt;Hi, is this feature on the roadmap? I know this could be achieved as a custom workflow task, but i think should be a standard feature since needed by several customers and a quite basic need&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 08:07:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Run-DQL-query-and-export-output-as-email-in-workflows/m-p/294059#M2492</guid>
      <dc:creator>Tommaso_Fin</dc:creator>
      <dc:date>2026-02-03T08:07:25Z</dc:date>
    </item>
  </channel>
</rss>

