cancel
Showing results for 
Search instead for 
Did you mean: 

ServiceNow Intigration

arpitalne1
Level 3
I'm getting error while intigrating with ServiceNow. I have install Connector for ServiceNow Incident Mgt Skill and imported in Blue Prism and I have create one proces to run this action as mention.
8056.png

------------------------------
arpit alne
------------------------------
10 REPLIES 10

ewilson
Staff
Staff
@arpit alne,

Can you share a screenshot of the stage configuration? Did you set the value of the ServiceNow Instance data item?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

8006.png

------------------------------
arpit alne
------------------------------

@arpit alne,

Remove the https:// portion of the ServiceNow Instance value. It's already included in the skill definition. So the value should just be perficientincdemo8xxxxxxxxx.

Cheers,



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Still its giving the same error Status Code : 400  

8014.png

------------------------------
arpit alne
------------------------------

@arpit alne,

Are you sure the sys_id is a valid incident sys_id? What happens if you enter the following URL in your browser:

https://<ServiceNow Instance>/nav_to.do?uri=incident.do?sys_id=<YOUR sys_id>

One other question. Is this a ServiceNow integration that you created? The one that's on the DX does not include a tableName input parameter for this action.

8019.png

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

That is correct Eric. The table name is not an input value to the incident management API.

In SNOW, incidents are part of the table API and this is included in the URL Path from the ServiceNow Incident Management API definition that was in the DX skill.

jack

------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------

Hi, Eric.

that's right.

best regards

------------------------------
Jhogel Ponne
Senior RPA
Ernst & Young
America/Panama
------------------------------

Thanks for your solution, Now I'm getting a resonses from ServiceNow Api. What sould I do furter in servicenow integration.
8035.png

------------------------------
arpit alne
------------------------------

Hi Arpit.

The response is a JSON string. Use the Utility - JSON VBO's JSON to Collection action to convert the list into a collection. Then you can access the info as you would normally within a collection.

jack

------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------