I’m using the Newsletter welcome flow to send an initial email to subscribers who didn’t subscribe when ordering.
Then after a certain number of days I want to send a second Newsletter email, but only to the ones who still haven’t ordered anything. What is the best/easiest/correct way to setup this condition? I’ve created a condition to check the value of “customer.lastOrder.currentSubtotalPriceSet.shopMoney.amount”, but not sure if that will work if there is no last order.
There is a data about the last order on order.customer.lastOrder. What you want to check is if the date on the lastOrder is after the date the workflow started. However, there isn’t a date for you to check it against at the moment. I don’t think that part is yet possible.