Hello, I'm trying to set up an automated post-purchase flow in Klaviyo, triggered by a "Fulfilled Order" event. The flow includes a conditional split that should check if the specific order that triggered the flow has been canceled. If the order was canceled, the flow should end for that customer.
Currently, I'm using the Order ID in the conditional split to compare the "Cancelled Order" event with the "Fulfilled Order" event's Order ID ({{ event.OrderId }}
), but the flow is always proceeding down the "No" path, even when the order is canceled.
I'm looking for a reliable solution or workaround to ensure the flow correctly stops if the original order is canceled. Any advice on setting up this condition or alternative approaches would be greatly appreciated!
Thank you a lot.