Using Member Custom Attributes
agg(customer.labels).getLabelValue('post_date')to_date(agg(customer.labels).getLabelValue('post_date'))timestamp(to_date(agg(customer.labels).getLabelValue('post_date')))agg(customer.labels).getLabelValue('posts_number') > 10(timestamp(transaction.purchasedAt) - timestamp(to_date(agg(customer.labels).getLabelValue('post_date')))) <= 86400 * 5Last updated
Was this helpful?

