<?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>question Capstone Project - Strawberry Workflow in Virtual Agent forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-forum/capstone-project-strawberry-workflow/m-p/3234829#M16852</link>
    <description>&lt;P&gt;I've just completed the Capstone Project; but my workflow execution looks slightly off.&lt;/P&gt;&lt;P&gt;For some reason the "Else if requested item rejected" flowlogic is showing "not run"; but the example shows it should show "Evaluated-False".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="seanharris_0-1744328011940.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/434304i967DDFE07C78A507/image-size/medium?v=v2&amp;amp;px=400" alt="seanharris_0-1744328011940.png" title="seanharris_0-1744328011940.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've completed all the steps of the workflow as taught, so not sure what's going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What error needs to be handled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance would be helpful.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 23:36:27 GMT</pubDate>
    <dc:creator>seanharris</dc:creator>
    <dc:date>2025-04-10T23:36:27Z</dc:date>
    <item>
      <title>Capstone Project - Strawberry Workflow</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/capstone-project-strawberry-workflow/m-p/3234829#M16852</link>
      <description>&lt;P&gt;I've just completed the Capstone Project; but my workflow execution looks slightly off.&lt;/P&gt;&lt;P&gt;For some reason the "Else if requested item rejected" flowlogic is showing "not run"; but the example shows it should show "Evaluated-False".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="seanharris_0-1744328011940.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/434304i967DDFE07C78A507/image-size/medium?v=v2&amp;amp;px=400" alt="seanharris_0-1744328011940.png" title="seanharris_0-1744328011940.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've completed all the steps of the workflow as taught, so not sure what's going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What error needs to be handled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance would be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 23:36:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/capstone-project-strawberry-workflow/m-p/3234829#M16852</guid>
      <dc:creator>seanharris</dc:creator>
      <dc:date>2025-04-10T23:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Capstone Project - Strawberry Workflow</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/capstone-project-strawberry-workflow/m-p/3236038#M16884</link>
      <description>&lt;P&gt;Not really how it works.&amp;nbsp; The Else If won't evaluate as false because &lt;U&gt;&lt;STRONG&gt;it doesn't evaluate at all&lt;/STRONG&gt;&lt;/U&gt;.&lt;BR /&gt;In "&lt;STRONG&gt;if / else if&lt;/STRONG&gt;" patterns, the Else If will &lt;STRONG&gt;ONLY&lt;/STRONG&gt; evaluate if the If evaluates false.&lt;BR /&gt;Since in your example the first If evaluated as true, that Else If can't evaluate.&lt;BR /&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Not Run is the expected behavior.&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Observe this example I built in my PDI&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;FIRST IF IS TRUE&lt;BR /&gt;&lt;/STRONG&gt;First IF evaluates as true, so ELSE if can't evaluate at all.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UncleRob_1-1744466859680.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/434574i4DD0C298059246B5/image-dimensions/555x393?v=v2" alt="UncleRob_1-1744466859680.png" title="UncleRob_1-1744466859680.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FIRST IF IS FALSE&lt;BR /&gt;&lt;/STRONG&gt;First IF evaluates as false, therefore ELSE IF can evaluate.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UncleRob_0-1744466803085.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/434573i36F2D76302D6ACCD/image-dimensions/558x385?v=v2" alt="UncleRob_0-1744466803085.png" title="UncleRob_0-1744466803085.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Apr 2025 14:08:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/capstone-project-strawberry-workflow/m-p/3236038#M16884</guid>
      <dc:creator>Uncle Rob</dc:creator>
      <dc:date>2025-04-12T14:08:11Z</dc:date>
    </item>
  </channel>
</rss>

