Delete Workflow with iterator connected with Supabase is bugged?

I am creating a mass deletion of records with an iterator in WebWeb, and even if you select 10, it only deletes a maximum of 5 items from those selected, and when you select those 5 that remain, it only deletes 3 items.

I don’t know if it’s my mistake or if there is a better way to do it.

Here is the flow with the iterator:

@Agustin_Carozo

instead of doing a loop do a muti delete on a filter that the id is in the list. and do the same thing for updating your varible update the varible to be a filter version of the orriginal var.

Thank you so much @sam1