We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Help Parsing a JSON String in ServiceNow Workflow Editor

When trying to parse a JSON string from the course_information field on a requested item, the IF statement errors out on the workflow. {"PTRM_CODE":"81X","SUBJ_CODE":"HIMT","CRSE_NUMB":"101","SEQ_NUMB":"10P"}    // Parse the JSON string in the course...

appstorm by Tera Contributor
  • 718 Views
  • 1 replies
  • 0 helpfuls

How to debug oauth 2.0 access denied error

Used both Curl and Postman to test and got "{"error_description":"access_denied","error":"server_error"}".  Tested with the user and the password,  and was able to log into dev instance w.o. any issue.

zhuwbigdata by Tera Contributor
  • 1541 Views
  • 1 replies
  • 0 helpfuls

Resolved! Parse JSON - REST API

I have a scripted REST API which is accepting JSON payloads. I am having trouble parsing the JSON however, as there are multiple objects. How can I parse this correctly? JSON being received: { "records":[ { "u_asset_tag":"101", ...

JJG_SNOW by Mega Guru
  • 826 Views
  • 1 replies
  • 0 helpfuls

Resolved! Service Graph Connector - MS Intune : Map addtional fields

I would like the ability to map addtional attributes from intune to cmdb.The below article states how to do this. https://www.servicenow.com/community/cmdb-blog/service-graph-connector-for-microsoft-intune-add-a-custom-field/ba-p/2274921However I can...

Active Directory connection issue on Test instance

Regarding Active directory we have migrated connection, credential and alias from DEV instance to TEST but credential is not validating on TEST.On DEV and TEST we have two different MID serversWe have used OOTB action "Add user to groups" in the flow...