Hi @Yvo, welcome to the community with your first post!
So whenever someone starts a checkout, they technically also start the cart abandonment Flow (since it’s triggered on a Checkout Started event). Since normally, you need to start the Checkout before you can Place Order which means this includes all the folks that goes on to “Placed Order” a few moments later.
Generally speaking, the folks that makes a “Placed Order” obviously you would want to skip sending them a Cart Abandonment email. So the Flow is actually properly setup to skip anyone who has “Placed Order” since they “Failed” the “Has Placed Order zero times since starting the flow.”
It seems alarming that something “Failed” - but it’s working exactly as expected!
Hope that explains it.
Thanks! That explains a lot.