Delete record is not working within For each item flow in flow designer

Community Alums
Not applicable

KoyaD_0-1747396145786.png

KoyaD_1-1747396223492.png

 

3 REPLIES 3

Muhammad Salar
Giga Sage

Hello, 
There are no records, you can see 0 of 0 in for each item, it means no record is found

Ankur Bawiskar
Tera Patron
Tera Patron

@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.

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

Community Alums
Not applicable

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.

TejasAdhalrao_0-1747659522362.png