<?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: How to write condition in task to check null value while running workflow in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/286830#M2375</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84638" target="_self"&gt;&lt;SPAN class=""&gt;anapaulasalas&lt;/SPAN&gt;&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;It was helpful.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 13:50:37 GMT</pubDate>
    <dc:creator>heramb_sawant</dc:creator>
    <dc:date>2025-09-25T13:50:37Z</dc:date>
    <item>
      <title>How to write condition in task to check null value while running workflow</title>
      <link>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/285895#M2353</link>
      <description>&lt;P&gt;&lt;STRONG&gt;In my workflow&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Task_1 is&amp;nbsp; DQL type task&amp;nbsp; which might have null values in output , like given below&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"name" : "ABC",&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"age": 10,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"height": 6&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"name" : "ABC",&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"age": 10,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"height": null&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would like to run next task only if height value is no null&lt;BR /&gt;&lt;BR /&gt;How Can I write condition ??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Heramb&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 07:57:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/285895#M2353</guid>
      <dc:creator>heramb_sawant</dc:creator>
      <dc:date>2025-09-15T07:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition in task to check null value while running workflow</title>
      <link>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/285902#M2354</link>
      <description>&lt;P&gt;any help would be appreciated .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 15:24:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/285902#M2354</guid>
      <dc:creator>heramb_sawant</dc:creator>
      <dc:date>2025-09-12T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition in task to check null value while running workflow</title>
      <link>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/285916#M2355</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On the next task, under conditions, try something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{{ result("Task_1").records[0].height != None}}&lt;/P&gt;&lt;P&gt;Change "Task_1" if that's not the correct name of the DQL task.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some links that might be useful for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/workflows-building#task-conditions" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/workflows-building#task-conditions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/reference#expressions" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/reference#expressions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I can help you further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 21:35:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/285916#M2355</guid>
      <dc:creator>anapaulasalas</dc:creator>
      <dc:date>2025-09-12T21:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition in task to check null value while running workflow</title>
      <link>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/286830#M2375</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84638" target="_self"&gt;&lt;SPAN class=""&gt;anapaulasalas&lt;/SPAN&gt;&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;It was helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 13:50:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/How-to-write-condition-in-task-to-check-null-value-while-running/m-p/286830#M2375</guid>
      <dc:creator>heramb_sawant</dc:creator>
      <dc:date>2025-09-25T13:50:37Z</dc:date>
    </item>
  </channel>
</rss>

