About this Snippet
Save failures so that they don't interrupt workflows from finishing. Instead, they record the failures to data storage so you can manually rerun them later.
Most of the time this is used within a loop so that you don't stop a large list from executing if a few items in the list fail.
See it in action
