28 Jul 2025
06:47 PM
- last edited on
29 Jul 2025
08:25 AM
by
MaciejNeumann
Hello Team ,
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?
Thank you!
29 Jul 2025 02:47 PM
I was wondering same thing. You could send a link Via Workflow to dql dashboard then user could download result. I have set that up.
30 Jul 2025 12:01 AM
Hi @Kenny_Gillette ,
Thank you for this. This is one of the options we currently have, but I was wondering if we can also attach files to emails, as some existing tools already support this feature.
29 Jul 2025 03:29 PM
I would love to do something similar but with a pdf of a dashboard.
29 Jul 2025 03:47 PM
Very good idea, in general, this is of course possible, by developing a custom workflow action ( see https://developer.dynatrace.com/develop/workflows/create-custom-action/ ), but it needs some JavaScript / React developer knowledge.
29 Jul 2025 11:52 PM
Hi @Julius_Loman ,
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. 😅