How to place MultiRow Variable set (MRVS) on Incident by submitting Record Producer

Raviteja Kunal1
Tera Expert

In a record producer I have MRVS that needs to placed on Incident form . How we can manage MRVS on Incident form.

 

Thank You

3 REPLIES 3

RaghavSh
Kilo Patron

It will be visible under variable editor section on incident form with other variables.

Do you have variable editor on incident?


Raghav
MVP 2023

Hi Raghav

No, can we access values from MRVS?

yes we can but it depends on whether you need a single value from MRVS or entire MRVS.

 

Refer : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0743684 , its servicenow support document for same. 

 

MRVS stores the values in JSON format, if one value is required then we need to parse JSON and set it to some incident field using record producer script.


Raghav
MVP 2023