When I have a Each node as a child of a Try in Order if the Each has a conditional guard it will only iterate on the first item in the list and will always continue to the sibling of the Try in Order.
What I am wanting is to run through each element in the list and only continue to a sibling if none of the elements resulted in a sucessful status.
Do I need to make a custom Modifier node for this behavior or is there another way to do it? Also, what is the actual logic of how the Each node works since it doesn’t make sense to me, even after looking at the source….
This graph results in it logging the first item in the list and “Should not log” every Repeat, and nothing else.
