- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 12:49 AM
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 .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 01:45 AM
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!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 01:45 AM
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!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 03:03 AM
Hi @Dnyaneshwaree
The links you shared definitely helped me in achieving the expected result .