Elapsed Time Conditions
timestamp(transaction.purchasedAt) - timestamp(customer.registeredDate) <= 86400 * 7timestamp(transaction.purchasedAt) - timestamp(customer.registeredDate)Last updated
Was this helpful?
timestamp(transaction.purchasedAt) - timestamp(customer.registeredDate) <= 86400 * 7timestamp(transaction.purchasedAt) - timestamp(customer.registeredDate)Last updated
Was this helpful?
Was this helpful?