I am integrating ServiceNow and Qualtrics using REST API and JSON. I need to retrieve state/province details from ServiceNow to send to Qualtrics. I have successfully retrieved all other necessary fields, but the state/province information is coming up blank during test runs in Qualtrics.
Could you suggest steps to fix this issue and provide the necessary code?
“State”: current.State(Account_ID).getDisplayValue(),
code used to send state/province information.
Benson David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.