Multi Row Variable Set Access Values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 03:03 AM
Hi All,
Can some one guide me on how to access MRVS variables with multiple rows in both client side and server side.
Thanks in advance
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 04:17 AM
@Anubhav24 Please refer to this article https://www.servicenow.com/community/itsm-articles/scripting-with-a-multi-row-variable-set-and-a-pos... from Brad to know how server/client side scripting can be applied on a multirow variable set .
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 04:26 AM
The variables are stored in "multi row question answer(sc_multi_row_question_answer)' table you can query and use that using glide record, consider the computation time if its being used frequently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 01:57 AM
Do you think doing a GlideRecord will incur more computation time than just accessing it in client side and deciding the logic ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 01:33 AM
Hi All,
I used below solution :