<?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 Can I do conditional branching in a Synthetics Test ? in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61317#M996</link>
    <description>&lt;P&gt;If validation on a certain step fails I can choose an alternate path ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example - if validation on step 5 fails goto step 17 else goto step 23 or something equivalent to that&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 08:36:23 GMT</pubDate>
    <dc:creator>Anupam_Kumar</dc:creator>
    <dc:date>2021-11-19T08:36:23Z</dc:date>
    <item>
      <title>Can I do conditional branching in a Synthetics Test ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61317#M996</link>
      <description>&lt;P&gt;If validation on a certain step fails I can choose an alternate path ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example - if validation on step 5 fails goto step 17 else goto step 23 or something equivalent to that&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 08:36:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61317#M996</guid>
      <dc:creator>Anupam_Kumar</dc:creator>
      <dc:date>2021-11-19T08:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I do conditional branching in a Synthetics Test ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61318#M997</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I haven't tried this myself but you may be able to achieve this by using JavaScript events. Through the use of the JavaScript API you should have the ability to skip execution of events to create a dynamic workflow. I'll provide a link with documentation on this below.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="https://www.dynatrace.com/support/help/shortlink/id_brower-clickpath-events#javascript-" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/id_brower-clickpath-events#javascript-&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 20:36:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61318#M997</guid>
      <dc:creator>justin_hogue</dc:creator>
      <dc:date>2020-03-03T20:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I do conditional branching in a Synthetics Test ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61319#M998</link>
      <description>So I can only skip steps.... and 'skip them forward' ... Any clever way to 'jump back' a few steps ? Are negative numbers allowed as parameters to skip step function ?</description>
      <pubDate>Wed, 04 Mar 2020 00:17:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/61319#M998</guid>
      <dc:creator>Anupam_Kumar</dc:creator>
      <dc:date>2020-03-04T00:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can I do conditional branching in a Synthetics Test ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/176065#M999</link>
      <description>&lt;P&gt;Correct, there is no option to jump back to a previous step.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 13:24:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/176065#M999</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-11-18T13:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I do conditional branching in a Synthetics Test ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/176071#M1000</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have not tried this myself, but might need it in the following weeks. In my case, it's like an IF THEN/ELSE needed to be involved. In each case, 3 steps. So I was imagining to test the result from the site at the end of step 2, and if it's condition A, it would execute steps 3-5, and skip 3 events at the end of step 5. If it's condition B, it would skip 3 events at the end of step 2, executing steps 6-8.&lt;/P&gt;&lt;P&gt;Does this seem feasible in your opinion? If so, it would also solve issues like the one portrayed above, right?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 14:31:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/176071#M1000</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-11-18T14:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I do conditional branching in a Synthetics Test ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/176118#M1003</link>
      <description>&lt;P&gt;Yes, this scenario is exactly what the skip clickpath events in the javascript event are perfect for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 11:09:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Can-I-do-conditional-branching-in-a-Synthetics-Test/m-p/176118#M1003</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-11-19T11:09:11Z</dc:date>
    </item>
  </channel>
</rss>

