Have a simplest flow - a popup which contain the info of repeating group with a button Delete. When the delete-btn is pressed I need the thing to delete from the base and from the screen. Do the flow Delete parent’s group Item Close the Popup. The popup is actually being closed, but data doesn’t delete from the base, neither from the screen. Can anyone explain why?
Can you share an example of your workflows?
Are you sure the popup has the right data?
Yea, can you show us details leading into the entire process?
Well, yes, the popup is showing all data

And this is the hierarchy of information from the editor
In that case, check the debugger when you run the workflow to see what’s actually happening…
Can you show me the Parent group that is the Task?
The whole flow is starting from the page with list of tasks, and it looks like this
When a user click on the task from a list, the popup is showing
After that, a user can change the task or delete it (or cannot delete like I’am right now


But this deleting btn doesnt delete the thing - Parent’s gropu task
What does the debugger show when you run the workflow?
I wanna say that it’s probably bc the delete button might not be properly associated with that parent group and can’t find that parent groups task so it’s trying to delete the empty data source of task from the pop up group itself
So, the data needs to be set on the pop up group initially so every element can have access to this data
So in your debugger, when it’s going to delete the Parent groups task, click on that and see which grouping it takes u too
Fixed this! Thanks a lot! Really didn’t connect the group with the button with data
Fixed this! Thanks a lot! Really didn’t connect the group with the button with data
Thanks with idea to see debugger - never used it before