Is there a way to discover in the next task if the previous for loop task has some...

jeremy98
Honored Contributor

Hi community,

As the title suggests, I'm looking for a smart way to determine which runs in a for-loop task succeeded and which didn’t, so I can use that information in the next task.

Summary:

I have a for-loop task that runs multiple items (e.g., run1, run2, run3). Suppose only two of them succeed. In the next task, I want to process only the successful runs (e.g., run2).