How to detect if new row has been added to multi row variable set? Can I set a value outside of the multi row variable set from within the mrvs from a client script?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2022 11:16 AM
Is it possible to detect if a row has been added in a multi row variable set? Say I want to set a variable when that row has been submitted? Is it possible to set that without the use of a global variable?
Labels:
- Labels:
-
Scripting and Coding
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2022 12:16 AM
Hi,
check this out
MRVS detect when a row is removed or deleted
Regards
Ankur
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2022 12:29 AM
Hi AM,
Create a business rule on table sc_multi_row_question_answer to detect when a record is added.