ServiceNow integration with OIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 05:36 AM
Hi All,
I am using Service Now adapter in Oracle Integration cloud and retrieve variables from request task.
I am using sc_task to get the ritm sys id and again further using this sys id in sc_req_item table.
In the SNOW REST explorer there is sysparam_fields as a input parameter but this is not visible in OIC in the input parameter list.
Can you please give alternate option to send sysparam_fields to ServiceNow from OIC?
This works in Postman:
https://test.service-now.com/api/now/table/sc_req_item?sysparm_query=sys_id={sys_ID}&sysparm_display... variables.{variablename2}
Does not work from OIC , since the input parameter to pass sysparam_fields is not available, Please guide me to resolve this.
Regards