<?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 Servicenow Integration with Blue Prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64834#M17543</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Currently working on integrating Servicenow with bluePrism . I have downloaded the ASSET AND CONFIGURED THE SKILL for incident management and it is running perfectly. But the issue is I need to create a ticket for a specific purpose like I need to create a ticket with short description, state with the specific values passing as input. Where do I need to pass the values as input ? and how to configure?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17488.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17644i4700F9317896B649/image-size/large?v=v2&amp;amp;px=999" role="button" title="17488.png" alt="17488.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swapna S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 05 May 2022 02:20:00 GMT</pubDate>
    <dc:creator>SwapnaS1</dc:creator>
    <dc:date>2022-05-05T02:20:00Z</dc:date>
    <item>
      <title>Servicenow Integration with Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64834#M17543</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Currently working on integrating Servicenow with bluePrism . I have downloaded the ASSET AND CONFIGURED THE SKILL for incident management and it is running perfectly. But the issue is I need to create a ticket for a specific purpose like I need to create a ticket with short description, state with the specific values passing as input. Where do I need to pass the values as input ? and how to configure?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17488.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17644i4700F9317896B649/image-size/large?v=v2&amp;amp;px=999" role="button" title="17488.png" alt="17488.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swapna S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2022 02:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64834#M17543</guid>
      <dc:creator>SwapnaS1</dc:creator>
      <dc:date>2022-05-05T02:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Servicenow Integration with Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64835#M17544</link>
      <description>Hi Swapna,&lt;BR /&gt;&lt;BR /&gt;You have to send those parameters in the Body parameter. It will depend on what fields you have at service now table end which you are trying to automate. For example, if I have fields such as 'Short Description', 'Urgency' and 'Description', then your body parameter should consist of the following JSON structure:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="prettyprint  prettyprinted"&gt;&lt;CODE class="pre codeblock" lang="curl"&gt;&lt;SPAN class="str"&gt;{&lt;BR /&gt;'short_description':'Test short description',&lt;BR /&gt;'urgency':2,&lt;BR /&gt;'description':'Test description'&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;For more details, refer to the following doc: &lt;A href="https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/c_TableAPI.html#table-POST" target="_blank" rel="noopener"&gt;Service Now Table API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2022 12:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64835#M17544</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-05T12:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Servicenow Integration with Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64836#M17545</link>
      <description>Hi Daveneet,&lt;BR /&gt;&lt;BR /&gt;Is there any VBO or way to upload an attachment to the servicenow ticket ? I have checked and tried .But couldnt sort it it.&amp;nbsp;&lt;BR /&gt;please do help out.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swapna S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2022 02:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Servicenow-Integration-with-Blue-Prism/m-p/64836#M17545</guid>
      <dc:creator>SwapnaS1</dc:creator>
      <dc:date>2022-05-06T02:27:00Z</dc:date>
    </item>
  </channel>
</rss>

