I am working with a client who sells around 20 products. I want to build an email with dynamic content for their post purchase journey showing useful tips and tricks per product ordered.
Ideally I want to have say 20 table blocks with a show/hide clause on. Then regardless of how many products they ordered, it will show all the necessary blocks. So I know I need to use event|lookup: but I’m not sure on what should follow…
Do I use the actual name of the product? E.g. Vitamin C Face Moisturiser so that would be event|lookup:’Vitamin C Moisturiser’
Do I also need to use the code from the preview window to add to it event|lookup:’event.extra.fulfillments.0.line_items.0.title’ kind of thing?
I’m concerned that if any other data is passed through with a conflicting name, it will show the wrong blocks and I am not familiar with using event data for show/hide only customer properties.
Thanks guys!