Delete record is not working within For each item flow in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2025 04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 05:42 AM
Hello,
There are no records, you can see 0 of 0 in for each item, it means no record is found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 05:46 AM
@Community Alums
are there any records matching that Lookup Records?
If there are no records then it won't iterate and hence it won't delete.
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
05-19-2025 05:59 AM
Hi @Community Alums ,
If the For Each loop has 0 items to iterate, the flow just skips the loop entirely — so nothing gets deleted, not because the delete is broken, but because it never enters the loop.