<?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 How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items. in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505576#M162502</link>
    <description>&lt;P&gt;So we have a number of Catalog items that are order-able. They can range from Windows/Linux servers to database servers ...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've successfully created them in the catalog and are starting to create their forms and create the workflow for them. I was hoping to have a single workflow for all of the items that follows a single idea. Please see the image below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="WorkflowIdea.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/170544iC3D9784813AB3F5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="WorkflowIdea.png" alt="WorkflowIdea.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each catalog item has a field that is hard-coded into it, a Service Identifier. We don't have it as a choice field or anything like that, just a simple Text field that we set a default value into and make it ReadOnly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to create a Switch/Case statement that allows me to put in a condition for each separate identifier. I'm able to create the Switch statement now, but it makes me select a Service Identifier field on a specific Catalog Item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="serviceIden.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/170556iE4794B355254728D/image-size/large?v=v2&amp;amp;px=999" role="button" title="serviceIden.PNG" alt="serviceIden.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make it possible to select the Service Identifier field from EACH item and create the Switch/Case statement for that? I could simply add a condition on the Switch/Case but I'm still left with the &lt;STRONG&gt;Always &lt;/STRONG&gt;action. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switch serviceIdentifier:&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case "this one":&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; do blah;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case "that one"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; do blah2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not an Out-Of-The-Box field. It's a field that we have put in ourselves.

Message was edited by: William Karavites&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 12:49:25 GMT</pubDate>
    <dc:creator>willkara</dc:creator>
    <dc:date>2017-07-17T12:49:25Z</dc:date>
    <item>
      <title>How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505576#M162502</link>
      <description>&lt;P&gt;So we have a number of Catalog items that are order-able. They can range from Windows/Linux servers to database servers ...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've successfully created them in the catalog and are starting to create their forms and create the workflow for them. I was hoping to have a single workflow for all of the items that follows a single idea. Please see the image below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="WorkflowIdea.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/170544iC3D9784813AB3F5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="WorkflowIdea.png" alt="WorkflowIdea.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each catalog item has a field that is hard-coded into it, a Service Identifier. We don't have it as a choice field or anything like that, just a simple Text field that we set a default value into and make it ReadOnly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to create a Switch/Case statement that allows me to put in a condition for each separate identifier. I'm able to create the Switch statement now, but it makes me select a Service Identifier field on a specific Catalog Item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="serviceIden.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/170556iE4794B355254728D/image-size/large?v=v2&amp;amp;px=999" role="button" title="serviceIden.PNG" alt="serviceIden.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make it possible to select the Service Identifier field from EACH item and create the Switch/Case statement for that? I could simply add a condition on the Switch/Case but I'm still left with the &lt;STRONG&gt;Always &lt;/STRONG&gt;action. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switch serviceIdentifier:&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case "this one":&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; do blah;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case "that one"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; do blah2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not an Out-Of-The-Box field. It's a field that we have put in ourselves.

Message was edited by: William Karavites&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:49:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505576#M162502</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505577#M162503</link>
      <description>&lt;P&gt;The following two doc links should help:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/workflow-activities/reference/r_Switch.html" title="https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/workflow-activities/reference/r_Switch.html"&gt;Switch workflow activity&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/using-workflows/reference/r_ActivityResultValue.html#r_ActivityResultValue" title="https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/using-workflows/reference/r_ActivityResultValue.html#r_ActivityResultValue"&gt;Activity result value&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:56:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505577#M162503</guid>
      <dc:creator>Uncle Rob</dc:creator>
      <dc:date>2017-07-17T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505578#M162504</link>
      <description>&lt;P&gt;I took a look at those and when it has me select a Variable, it makes me select one for a &lt;STRONG&gt;single catalog item&lt;/STRONG&gt;. Not the field in general, see the above image. I need to be able to have a switch/case statement on the variable across &lt;STRONG&gt;all items.&lt;/STRONG&gt; Not just for an instance of that variable in a single item.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Even when I select one of those variables, it can't auto-fill it with the choices because it doesn't come from a Choice list, just a text box that we put a value into. That also forces it to have an &lt;STRONG&gt;Always&lt;/STRONG&gt; action which I wouldn't need to use.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:00:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505578#M162504</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505579#M162505</link>
      <description>&lt;P&gt;So you have a variable that appears on each of these Catalog Items. &amp;nbsp; Is it the same variable (as in, present via variable set), or just named the same?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:08:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505579#M162505</guid>
      <dc:creator>Uncle Rob</dc:creator>
      <dc:date>2017-07-17T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505580#M162506</link>
      <description>&lt;P&gt;It's not currently in a variable set, but we could put it into one.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:10:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505580#M162506</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T13:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505581#M162507</link>
      <description>&lt;P&gt;Hmm. Not sure if I understand the problem. But how about making a custom field on Requested Item(RITM) which I guessing you are using. Having the service identifier fill in that field. Then you should have no problem doing a switch in that field.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;or am I missing somethingf?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;//Göran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:11:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505581#M162507</guid>
      <dc:creator>Goran WitchDoc</dc:creator>
      <dc:date>2017-07-17T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505582#M162508</link>
      <description>&lt;P&gt;I suspect that's your issue. &amp;nbsp; System thinks its three separate variables. &amp;nbsp; They may have the same name, but they all have different sys_id's which makes them as different from a system perspective as peanut-butter is from corduroy.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:13:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505582#M162508</guid>
      <dc:creator>Uncle Rob</dc:creator>
      <dc:date>2017-07-17T13:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505583#M162509</link>
      <description>&lt;P&gt;Gotcha, I'll put it into a variable set and see what happens. Would this require me to put all of options into a Choice List instead of a regular text-box?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:15:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505583#M162509</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T13:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505584#M162510</link>
      <description>&lt;P&gt;I understand the idea/reason to add it to a Variable Set. What I don't get is how we'd then set the default values for &lt;STRONG&gt;each item&lt;/STRONG&gt;. I added it to some items, but you can't set the default value on a per-item basis then.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The user shouldn't be selecting a value for it. We just need the value to be pre-selected for each item. Then in the workflow, we can go over the values with a switch/case.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I just added a Switch/Case block to the workflow and the only option I see is still only &lt;STRONG&gt;Always&lt;/STRONG&gt;. I don't see any of the options.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:17:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505584#M162510</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T14:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505585#M162511</link>
      <description>&lt;P&gt;What I don't understand about the Switch/Case block in the workflow is how it relates to the Choice list for the variable.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I had just created a Variable in a Variable Set and connected it to a table which held the possible values. I had entered in a few test values and they &lt;STRONG&gt;still&lt;/STRONG&gt; didn't show up as options when I went back to the Workflow Editor to create the Switch/Case block.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Even if I do get that get figured out, I still have the problem of setting a default value for each item. If an item is in a variable set, then you can't set defaults per item....correct?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:52:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505585#M162511</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T14:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505586#M162512</link>
      <description>&lt;P&gt;Ok, so if your user is to have no interaction with this field, then why make it a variable in the first place?&lt;BR /&gt;Why not just do evaluations in the workflow that ask what Catalog Item it is and branch logic from there (using IFs or Runscript)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:31:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505586#M162512</guid>
      <dc:creator>Uncle Rob</dc:creator>
      <dc:date>2017-07-17T15:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Switch Statement in the workflow that acts on a custom field across all ordered Catalog items.</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505587#M162513</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I was able to get at least ONE condition working in the &lt;STRONG&gt;"if activity"&lt;/STRONG&gt;! I'm still trying to figure out how to get an if/else if/else if.... or Switch statement working. No matter what I do for the switch statement, nothing ever gets populate for the output conditions and manually adding one doesn't work.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG style="font-size: 14pt;"&gt;Original Feedback:&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I tried So I'm in the &lt;STRONG&gt;If Activity Editor&lt;/STRONG&gt; now and I'm figuring out the condition. Instead of creating another variable to run the condition on, which one would I use to sort the condition by item?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is it Display Name? or Item.Name?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It seems like this only allows me to set the conditions for a single action, not a 1&amp;lt;&amp;gt;1 mapping of condition to action.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Would the Switch Statement work instead? I tried the switch statement on Item Name and I don't get any output activities generated for my items. I even tried manually creating a condition and it looks like that didn't trigger either.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'd need to send the user to a different next activity depending on the value:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;if (itemName == "this"){&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; do this;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;else if(itemName == "other this"){&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; do this2;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ifCondition.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/170550i6B4B4917DCB111A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="ifCondition.PNG" alt="ifCondition.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2017 17:11:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-create-a-switch-statement-in-the-workflow-that-acts-on-a/m-p/1505587#M162513</guid>
      <dc:creator>willkara</dc:creator>
      <dc:date>2017-07-17T17:11:38Z</dc:date>
    </item>
  </channel>
</rss>

