We have a somewhat complicated series of flows that we are trying to link. Here is the summary of the problem we are trying to solve:
We need to know when a specific product is “delivered.” We are on Shopify, and Shopify does not send Klaviyo a trigger for delivery (I do not understand why).
So we installed AferShip which sends a Delivery notification, but you cannot access any information about the products shipped to insert in the flow emails.
So the solution we came up with is to set a Property (“product delivered”) to true on a Flow triggered by AfterShip “Delivered” trigger. Then we have the another flow triggered on Fufilled (which has all the product information) loop and wait for the “product delivered” property to turn true before sending our a timeline of emails that contain said product info.
The question is how do we loop with say a day time delay on a conditional that is waiting for Proper “product delivered” to be true.
OR is there a better way to do this?