Multi Row Variable Set Access Values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 04:18 AM - edited ‎01-21-2025 04:29 AM
Hi guys, what's up?
I have a catalog item that has a multi row variable set. For this item I have a flow that generates a new RITM for each row inserted in the variable set. However, I need to add a new rule so that for each new task in each RITM the short description is automatically set according to the 'solicitud' variable (which is of type choice) in my multi row variable set. I'm trying to make this script inside the Create catalog task action, in the short description field, but I'm having trouble accessing the values of the variable inside the mrvs, could you help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 04:21 AM
Hello @MariaVitorS
This article will help you How to Use Multirow Variable Sets (MRVS) in Flow Designer
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 04:31 AM - edited ‎01-21-2025 05:16 AM
I managed to do it this way, but I brought the value and I'd like the display name...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 07:09 AM
Hello @MariaVitorS
Unfortunately for choice variable the Display value is not that easy config available to get as its stored in different tables. I tried in PDI using below additional step by having subflow to get DisplayValue of question.
My Flow:
My Subflow:
Test Result:
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 04:30 AM
so you might be iterating over each row of MRVS using For Each
There itself you will know which row it is so you can use the value
something like this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader