how we can get all the values selected in MRV list collector at one time field servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 11:31 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 11:44 PM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 11:49 PM
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
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
07-13-2025 07:31 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader