increase the number of records to be imported into servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-21-2019 09:23 PM
Hello,
I have a schedule job which imports records from other tool
i have only 8999 or below 10k records imported at a time as we have time based scripts running behind it we are facing some issues
how to increase the limit by default to 40k or above
please suggest the steps
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-21-2019 09:26 PM
Can you add below property,
glide.import_template.row_limit
Please refer below link,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-21-2019 09:41 PM
hi
set the limit of row inserted
glide.import_template.row_limit
Thanks,
Rahul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-21-2019 09:42 PM
Hi,
You can check for property: glide.import_template.row_limit if it exists. If not get a new one created with this name & add the count you want to import in the value field.
Easy Import - ServiceNow Wiki would give you better understanding.
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/import_sets/reference/r_EasyImportRowLimit.html.
Mark as correct/helpful if this helps you.
Thank You.
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-21-2019 09:55 PM
hello
i have set it still when i test load the data i get the count below 10k as i have 30k records in the csv