Set values from a list collector to a Multi row variable set

NamanChaturvedi
Tera Contributor

Hi 
I have a requirement where the values selected in the list collector must be populated into the Multi row variable set.
The list collector is a list of CIs and based on the selection of each CI , the MRVS must get populated with the details of the CI.

Can I achieve this using the catalog client script itself , or anything else that can work.
Need help on the code .

1 ACCEPTED SOLUTION

Dnyaneshwaree
Mega Sage

Hello @NamanChaturvedi ,

https://www.servicenow.com/community/developer-forum/list-collector-in-multi-row-variable-set-workar...
https://www.servicenow.com/community/itsm-articles/multi-row-variable-set-functionality-new-feature/...

Please accept my solution if it works for you and thumps up to mark it as helpful.

Thank you!!

Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!

Dnyaneshwaree Satpute
Tera Guru

View solution in original post

2 REPLIES 2

Dnyaneshwaree
Mega Sage

Hello @NamanChaturvedi ,

https://www.servicenow.com/community/developer-forum/list-collector-in-multi-row-variable-set-workar...
https://www.servicenow.com/community/itsm-articles/multi-row-variable-set-functionality-new-feature/...

Please accept my solution if it works for you and thumps up to mark it as helpful.

Thank you!!

Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!

Dnyaneshwaree Satpute
Tera Guru

NamanChaturvedi
Tera Contributor

Hi @Dnyaneshwaree 
The links you shared definitely helped me in achieving the expected result .