Multi Row Variable Set Access Values

Anubhav24
Mega Sage
Mega Sage

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

6 REPLIES 6

frelancesage
Giga Contributor

Hey Anubhav24, I've been working with MRVS lately. For client-side access, check out the g_form.getValue('variable_set_name.variable_name') function for individual values. On the server side, a GlideRecord on the sc_multi_row_question_answer table works well. Hope that helps!

Hi @frelancesage , I actually used the g_form.getValue on client side and posted the solution below