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

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

Forum Posts

Clarification Needed on Token for GitLab Trigger Pipeline

I would like to use a trigger pipeline with GitLab.(note that we do not have a contract for Integration Hub)The OAuth2 authentication setup (application registration) has already been completed. I plan to make a POST request using the information fro...

MasakiO by Tera Contributor
  • 1617 Views
  • 7 replies
  • 4 helpfuls

Resolved! not able to update the subflow output in ui action

Hi All,i have a outbound integration ,where i have to hit the API and a record is getting created at the third party tool and a unique number is getting generated , i have configured this through the subflow and calling this sub flow through the UI a...

Resolved! All Column Query is Not Working

Hi Community. I have been trying to use [IR_AND_OR_QUERY] but it only returns a bunch of logs below: ***Start TSQueryThread - Default-threadthe table setting of the collection-type column is already done and I have no clue how to fix other than that....

Amane1 by Giga Guru
  • 670 Views
  • 1 replies
  • 0 helpfuls

Import XML API to Servicenow Alert table

Can someone help me how to import API XML data to ServiceNow table.I have created rest message  response got the response and scripted rest API i am getting empty response when i tested through rest API explore.Can someone guide me the sample code

Munny1 by Tera Expert
  • 722 Views
  • 3 replies
  • 0 helpfuls

SNOW

Hi all,there was an integration made on the Snow, which is now having error code for credentials mismatch, for an incident creation on the Azure Deveops so here with the sharing screenshot for the same, kindly need your insights on this to resolve, i...

sanjaygowda by Tera Explorer
  • 500 Views
  • 1 replies
  • 0 helpfuls

Resolved! UI Builder Data Resource Output Data is Invisible

 Hi Community. I've added a Transform data resource (Data Broker Server Script) to my UI Builder data resource. However, the output area, which typically displays the resource's return data, is not visible (as shown in the image below).Is there a spe...

image (13).png image (13).png
Amane1 by Giga Guru
  • 1055 Views
  • 1 replies
  • 0 helpfuls

Resolved! Qualys instance queried by multiple servicenow instances

Does anybody know if you can have multiple instances of ServiceNow querying the same Qualys instance? I know that you can easily configure multiple Qualys integration instances on a single ServiceNow instance, but is it agreeable/prudent to have mult...

SNAdmin47 by Kilo Sage
  • 620 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to make access token refreshed for every an hour?

If I am calling the Rest Message from the Script I need to explicitly pass the access token as a authorization header but the life span of it is 1hr.Do I need to write Schedule job or as I attached OAuth Profile it will automatically refresh it in Se...

Resolved! Get Attachments through REST API

Hi, 3rd party tool is calling servicenow to get attachments of RITM in binary stream. I want to achieve this using script include and Scripted REST API. How to achieve this Thanks