- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 09:15 AM
How to set the limit to the multi row variable set variable for only 10 in a catalog form
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 09:22 AM
Hi,
On the variable itself, you can set the limit to 10:
max_rows=10
So on the MVRS set itself, add the variable set attributes field to the form (if not already present), then set the attribute as mentioned above:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 09:22 AM
Hi,
On the variable itself, you can set the limit to 10:
max_rows=10
So on the MVRS set itself, add the variable set attributes field to the form (if not already present), then set the attribute as mentioned above:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 11:23 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 05:58 AM
Hello,
Great, glad your issue is resolved.
I tried to not only include a screenshot, but provided the exact input (you said 10 in your original post) for you to use. I'm glad it worked after removing any spaces and using the format I specifically mentioned above.
Take care! 🙂
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 09:24 AM
Hi Sowmya,
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.