Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Where is multi row variable set value stored in Servicenow?

shivani39
Tera Expert

Hi All,

Trying to pull a report of an RITM, which has multi row variable set values in it. Where can I check those values stored?

Checked mtom table but no luck, it is showing empty. Please help!

 

Thanks

Shivani

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

Hi,

Data for MRVS is stored in this table

Multi Row Question Answer [sc_multi_row_question_answer]

Each row of MRVS is a record in this table

find_real_file.png

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Sagar Pagar
Tera Patron

It is stored in Multi Row Question Answer [sc_multi_row_question_answer] table.

 

Thanks!

Sagar Pagar

 

The world works with ServiceNow

Ankur Bawiskar
Tera Patron

Hi,

Data for MRVS is stored in this table

Multi Row Question Answer [sc_multi_row_question_answer]

Each row of MRVS is a record in this table

find_real_file.png

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hello Mr. Ankur,

I wanted to get the values specifically in this column as I needed to make a report out of it. find_real_file.png

 

However when I access the sc_multi_row_question_answer table. I could not seem to find the values.

As clicking on the green rect. box value only shows this.

find_real_file.png