Skip to main content
Solved

Integration with ServiceNow package

  • February 10, 2023
  • 6 replies
  • 215 views

Forum|alt.badge.img+1

We have below queries regarding ServiceNow package:

1.What will be the architecture of integration, push-push or pull-push?

2.Using ServiceNow package, how to get the records/request details from ServiceNow portal once user submits a request?

3.How to get multiple records from service now portal?

 

Best answer by ChanduMohammad

Hi @Srushti.S2 

1.What will be the architecture of integration, push-push or pull-push? - Both, Checkout below link for integration

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-servicenow-package.html

2.Using ServiceNow package, how to get the records/request details from ServiceNow portal once user submits a request?

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/servicenow-get-record-action.html

3.How to get multiple records from service now portal?

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/servicenow-get-multiple-record.html

This topic has been closed for replies.

6 replies

Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • 2692 replies
  • Answer
  • February 11, 2023

Raul Jaimes
Forum|alt.badge.img+9
  • Navigator | Tier 3
  • 494 replies
  • February 12, 2023

Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • 1 reply
  • February 13, 2023

When i am using get multiple records command from service now package and saving the output to an excel file , it is giving below output:

com.automationanywhere.botcommand.data.impl.DictionaryValue@398f9ba3 , com.automationanywhere.botcommand.data.impl.DictionaryValue@5d1a62b1 , com.automationanywhere.botcommand.data.impl.DictionaryValue@2f76ee33 ,

 

 


Forum|alt.badge.img+2

 

I’m facing above issue please help me @automationaywhere


Forum|alt.badge.img
  • Cadet | Tier 2
  • 2 replies
  • August 8, 2023

Answer for the Below Question:

 

 

When i am using get multiple records command from service now package and saving the output to an excel file , it is giving below output:

com.automationanywhere.botcommand.data.impl.DictionaryValue@398f9ba3 , com.automationanywhere.botcommand.data.impl.DictionaryValue@5d1a62b1 , com.automationanywhere.botcommand.data.impl.DictionaryValue@2f76ee33 ,

 

 

 


Forum|alt.badge.img+2

Answer for the Below Question:

 

 

When i am using get multiple records command from service now package and saving the output to an excel file , it is giving below output:

com.automationanywhere.botcommand.data.impl.DictionaryValue@398f9ba3 , com.automationanywhere.botcommand.data.impl.DictionaryValue@5d1a62b1 , com.automationanywhere.botcommand.data.impl.DictionaryValue@2f76ee33 ,

 

 

 

Okay Thanks