Passing values ​​from one multi-row set variable to another

kelvyn
Tera Contributor

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?

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@kelvyn 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Uncle Rob
Kilo Patron

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

kelvyn
Tera Contributor

Option 3. I need some values ​​passed from MRVS-A to be replicated in MRVS-B

Ok, so lets say I'm on Row3, Cell 4 on MRVS-A
Where would that go on MRVS-B?