17 Jan 2025
06:27 AM
- last edited on
17 Jan 2025
07:39 AM
by
MaciejNeumann
Thanks,
Abhijit Morye
Solved! Go to Solution.
17 Jan 2025 07:02 AM
Hi,
on a first glance this looks alright. Can you please add a screenshot of the "Options" tab of the analyze_with_davis_1 task? I suspect that something might need to be changed on that tab.
See https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/building#task-options for details about loops.
17 Jan 2025 07:09 AM
Hi Christian,
Thanks for the reply.
Please find the below snapshot for the Option in Davis Analyzer Task.
Thanks,
Abhijit M.
17 Jan 2025 07:14 AM
Hi Abhijit, and for the Options Tab itself? Does it look like this? Specifically the Item variable name needs to be item, if you want to reference it with {{ _.item }}
17 Jan 2025 07:25 AM
Yes, I have kept variable name as item and using this variable as {{ _.item }} in DQL query as suggested.
17 Jan 2025 07:44 AM
Hi Christian,
I got the answer for this, correct way to use jinja variable in DQL is "{{ _.item }}". Thanks for your prompt response.