Delete a Thing not deleting from database in a Repeating Group

I am trying to delete a thing (Parent’s item) in a repeating group,
It deletes it from the UI(Frontend) but the item comes back on reload. So it is not deleting it from the database.
And there is no Privacy rules applied on the item that i want to delete.

pls show the workflow,
There’s no way to know what you did wrong if you don’t show it

added a screenshot plz check

try to change the to delete from Parent group’s gig to the database

something like that, this is in a repeating group
What I understand is happening on yours is that it is only deleting the item in the design and not in the bank, which is the important part, if you delete it in the bank it stops appearing in the app

Deleting Current Cell’s thing is same as deleting Parent Cell’s thing.
If the element is inside the group it says parent cell’s and if the element is the group it says current cell.
So this is not the solution, i think the problem is something else.

If you want to share the editor and I’ll try to arrange it with you

This is actually a BUG!

But I found a workaround:
Instead of putting the condition on the Delete action I just added a terminate flow and put the condition on it. Like this:

(Thanks to @gustavosales0809 for helping me detect this BUG)

1 Like