Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Loading records into import set table

samadam
Kilo Sage

I am trying to load records into import set table but it only loads first 1000. I have around 50k records to load. Is there a setting that needs to be adjusted to load all?

6 REPLIES 6

OlaN
Giga Sage
Giga Sage

Hi,

No, I've never heard of such a limit. Either you test a load of 20 records, or you load all records.

What have you found in the logs when the load stops?

I am loading the records using a rest integration. I have a script to load the payload into Import set table. I did not see any errors in logs

Is that API for rest using any pagination?  If so, probably you may need to use offset / try using data stream action.

 

Thanks,

Narsing

samadam
Kilo Sage

I don't have anything set up for the rest message. I am using a outbound message and get method to get all the records.