I want a flow to be conditional on Placed Order = 1 (then send ‘Welcome’ email) and then checking that Fulfilled = 1 (then, after 4 days to wait for item delivery, send ‘How is it?’ email).
Query is, if conditional Fulfilled is still 0 when I do the check I want the flow to loop back and check Fulfilled again one day later. If still Fulfilled is 0, wait another day, etc, etc. How do I construct this?
I want to avoid putting in a fixed waiting time eg. 10 days before I send the ‘How is it?’ email. Reason being, sometimes I have inventory for immediate fufilling and sometimes I wait for it to arrive from other business locations before I can Fulfill, so inventory fill time can be from 1 day to 4 days. I only want to send that email after I know the order has been Fulfilled.