Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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?

AM24
Giga Guru

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?

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

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

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi AM,

Create a business rule on table sc_multi_row_question_answer to detect when a record is added.