I found this counterintuitive as I assumed that handling an error would not cause its parent to be marked as Failed. There's more nuance than that. Just sharing to spare someone else the research. Picture shows the bottom of the loop with three sequential actions (the first a Condition). Marking it to Run After Failed (and Success) fixed my issue.
While I'm on the topic, I have lots of Column names stored as configuration information in Items (just text). At runtime, I don't know what type of Column it is, which is problematic because it can contain a single value, multiple values, an object, or an array of objects. I use variable assignments with error handling to figure it out.
Anybody else have a better approach?

Report
All responses (
Answers (