Use the Delete Item Tasks action to delete any and/or all OPEN tasks on a Podio Item
WARNING This is permanent and cannot be undone.
Select the Flow Trigger and add any required Filters
Add the Get Item Task(s)action.
Set up a For Each loop and a Sanity Check IF only specific tasks should be selected.
Add the Delete Item Tasks action to your Flow to delete the OPEN tasks.
This can be useful when needing to update a task, recreate it with the new details and then delete it.
Example
When the filters match, the flow Get Items Tasks and performs a For Each loop, for each task, creating a New Task with the updated information and deleting the old one.
This will ensure that the open tasks are assigned to the correct employee.