Passing values from one multi-row set variable to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 04:18 AM
Hello, I need to pass the values of a multi-row set variable to another. They are within the same catalog item, but some fields are repeated between them and I need the values passed in the first multi-row to be assigned to the second (this will be within a task). Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 04:24 AM
you can determine when a row is added/removed from 1st MRVS and based on that set the other MRVS
check this link
MRVS detect when a row is removed or deleted
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 04:32 AM
Which of these better describes what you're aiming for?
1) Remove row from MRVS-A and add it to MRVS-B
2) Copy row from MRVS-A and add it to MRVS-B
3) Copy value from cell in row of MRVS-A and paste it to cell in row of MRVS-B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 04:41 AM - edited 12-12-2024 04:41 AM
Option 3. I need some values passed from MRVS-A to be replicated in MRVS-B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 05:05 AM
Ok, so lets say I'm on Row3, Cell 4 on MRVS-A
Where would that go on MRVS-B?