how we can get all the values selected in MRV list collector at one time field servicenow

anushadande1793
Tera Contributor

Hi

 

Can any one help on the below requirement

 

How can we get all the values selected in multi row variable set list collector field at one time form flow designer

Currently, I am using for each MVR, lookup record and for each again but it is taking one value at a time . But as per my requirement, we need to trigger approvals parallelly by creating individual RITMS. So, could any one help me to get all the values selected in MVR list collector field

 

Thank you

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@anushadande1793 

you can use a flow variable and then access the list collector when you are iterating that MRVS

Then use this flow variable in "Ask for Approval"

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

Ankur Bawiskar
Tera Patron
Tera Patron

@anushadande1793 

something like this

1) create flow variable of type String

2) then set it with that list collector when you are iterating

3) then use that in Ask for approval

AnkurBawiskar_0-1752216496297.png

AnkurBawiskar_1-1752216532867.png

 

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

@anushadande1793 

Hope you are doing good.

Did my reply answer your question?

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