How to add unlimited rows when using multi row variable set London realease
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 12:23 PM
Hi All,
I am using multi row variable set in one Catalog Item and when we add rows it allows only three row to be added. How can I make it enable to add unlimited rows or at least a bigger number like 50 or 100? Please Help.
Thanks in Advance!
Jitendra Singh
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019 03:20 AM
I have the same issue as you and found out the maximum allowed rows is indeed 50.
You cannot add more rows and even if you add more programmatically, when submitting, the multi row variable will be empty.
Note:
A maximum of 50 rows can be added.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 04:49 AM
You can expand the OOTB 50 row limit with the following sys_properties:
glide.sc.multirow_set.rows.size
Set this property to whatever new limit you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021 10:58 PM
glide.sc.multirow_set.rows.size is an undocumented property and this should be used with caution.
There is a reason for keeping the row limit to 50. Based on our analysis we have found that system performance will start degrading exponentially when the size increases more than 50. Hence the limit has been set to 50.
So, if someone is increasing the limit more than 50, it will have performance implications.
Also, are you expecting your requestor to add more than 50 rows manually in the ui? Wont excel import be a better solution for that usecase?
Shouvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:35 AM
Thank you @shouvik for your recommendation.
I've found a KB article from year 2022 which states:
Updating the system property to a decent value should not lead to any performance problems. Unless customer would like to load large number of records like 10000 records at once.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0994982
Do you think it could have changed since?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 09:27 PM
Please refer https://hi.service-now.com/kb_view.do?sysparm_article=KB0714674