How to setup MRVS Minimum row count?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 03:44 PM
From the Thread :
Hi All,
I wrote the same code, but it is not working.
Can you pelase check the issue:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 03:52 PM
Can you please check what the error is and share that? It is available in your browser console.
Without an error we can only guess what's wrong. Potentially you haven't specified the correct MRVS names so it's trying to parse undefined and throwing an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 03:58 PM
I have already specified the correct ones. Please see the below screenshots::
Error screenshot::
My 2 MRVS variable set::
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 04:03 PM
Thanks.
That's just the servicenow error banner. You can view the error details by opening up your browser developer tools and going to the console tab. The error details will be in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 04:06 PM
It shouldn't be causing an error, so I suggest still looking at your browser console for the details of the error, but you have misspelt length as legth in your if-statement condition.