The CreatorCon Call for Content is officially open! Get started here.

How to perform batch insert operation for my custom servicenow table.

Rohan18
Kilo Contributor

I was trying to perform batch insert operation for my custom table using Curl. Accoring to ServiceNow doc therir is possibility using "Table API" and "job Schedule".but still not getting exact solution.  

1 ACCEPTED SOLUTION

Can't you just loop the curl command for each record then?

Or do you want to POST multiple records at once? In this case, it's possible for ServiceNow to receive JSON data and have Scripted REST API. The problem would be timeout if simple Scripted API is used with many records.

https://docs.servicenow.com/bundle/helsinki-application-development/page/integrate/custom-web-servic...

View solution in original post

10 REPLIES 10

Vishakha
Mega Guru

Hi Rohan,

Refer below link,

https://community.servicenow.com/community?id=community_question&sys_id=f9b54321db1cdbc01dcaf3231f96...

 

Kindly mark it as helpful and correct, if applicable.

Thanks and Regards,

Vishakha Pradhan