I’m attempting to create a flow for my Shopify store where…
- flow trigger = when someone has placed an order
- first action = “thank you for your order” email which includes their order details
- second action = if the customer’s shipment date is within 1 day, send customer “your order is shipping tomorrow” email
I’m struggling to figure out how to implement the second action because….for customer’s that do not have a shipment date within 1 day, I have to split them from the flow but cannot loop them back into the second action log.
Has anyone experienced this hurdle before? Is there a recommended method?