For each item in MRVS is working only for the first line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 01:42 PM
Hello Folks,
For each Item is only working for the first line in my MRVS, the second name is not updated.
I have 2 computer names in my MRVS, each computer has a different owner in CMBD table.
I need to ask for approval for each computer at the same time (2 different owners), if approved it will update the table.
It's working fine for the first computer, it asks for approval and update the table, but it is not doing the same for the second computer.
Any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 03:53 PM
Is there any failure or error in your flow after the first approval?
Can you also check the execution flow to get more detail?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 11:49 AM
No, it just set as completed for the first user, it does not loop for the second user.
User 2
User 2
User 1 OK

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 09:46 AM
So looks like, this is evaluating to false for the 2nd loop. So something is logically wrong about why the state is set to Cancelled.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 11:55 AM
There are 3 approval steps, user +n1+n2, so after the 3 approvers approve the first user, the requests are set to closed complete and the ask for approval for the second user are canceled.