Hi All,
I've a flow that:
- gets the results of an Azure DevOps query,
- takes IDs of the work items (WI) return within the query
- searches an excel file where I link WI IDs with Microsoft ToDo task IDs to get respecting ToDo IDs
- deletes those respective ToDos
The flow work just fine, but it returns errors for the WIs whose respective ToDos have already been deleted with a previous run. How can I make this flow not to fail but skip and report as success?

Thank you!