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

Forum Posts

Dashboards&Reports

Hello everyone, I hope my question finds you all wee. I am working on creating Dashboards and reports for my Team on ServiceNow and I found myself kind of stuck. I need help with creating a Dashboard can will provide further insight on how my Help De...

HonoreK by Tera Contributor
  • 1209 Views
  • 4 replies
  • 0 helpfuls

Unable to use HttpRequestAuthedData

The documentation at the below url, identifies the 5 steps listed below: https://docs.servicenow.com/bundle/washingtondc-api-reference/page/app-store/dev_portal/API_reference/HttpRequestAuthedData/concept/HttpRequestAuthedDataAPI.html Generate outbou...

Vishal78 by Tera Contributor
  • 778 Views
  • 2 replies
  • 0 helpfuls

Servicenow Integartion

I have a requirement in ServiceNow to export incident data as CSV files and upload them to an Amazon S3 bucket. Specifically, we need to export 900,000 incidents by breaking them into smaller chunk files. Additionally, we need to perform incremental ...

paylaod builder

Can anyone help me how to create payload builder using flow design.

Community Alums by Community Alums  
  • 694 Views
  • 4 replies
  • 0 helpfuls

By using flow how to get incident table values

How to get data out of incident table consider a use case like when incident is created/updated we need a payload of fields in incident and also if we can get reference data can be assessed.

Community Alums by Community Alums  
  • 641 Views
  • 4 replies
  • 0 helpfuls

auto-assign ticket to a specific user

Hello, We are small team 4 people and we work on a shifts 1 person each shift. Is there any way to auto-assign every ticket that comes in our queue during our shift. I've tried with python script but it doesnt find the table with incidents. Requremen...

Table APi behaves differently with increase sys_param limit

when retrieving data with table API with less sys_param limit it is giving valid json(returning result array json)  and working as expected, However when increase the sys_param limit it is returning invalid json(Meaning along with the result array it...

rdill_0-1715359673693.png
rdill by Giga Contributor
  • 778 Views
  • 2 replies
  • 0 helpfuls

Display SQL data in ServiceNow Dashboard.

I have a requirement to gather data from a SQL server. and create a report based on it, and show on a dashboard.  We do not want to STORE the data from SQL, but instead make an on the fly call to SQL to get the data to display in a report.  does anyo...