- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 09:24 AM
Hi,
We have a catalog item, where users wanted to submit 100+ rows, can we do that.
I see a property glide.sc.multirow_set.rows.size with the max for 50 rows, so we cannot do more than 50 rows?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 09:59 AM
You can configure maximum limit for a multirow variable set.
Configure Variable Set attributes with following:
max_rows=100
out-of-the-box the set_attributes field is not on the form lay-out.You will have to add it.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 09:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 10:41 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 04:47 PM
Hi Shaik,
Check shouvik's reply in the following thread before trying to increase the limit. Would recommend switching to use Excel attachment instead.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:36 AM
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