Hi There,
I’m creating a review request flow and in the email would like to specify the specific product purchased.
I currently have the below, however this syntax doesn’t seem to pull in the most recent purchase and always defaults to ‘recent purchase’.
Hi {{ first_name|default:'there' }},
I wanted to check in with you and see how you are enjoying your {{ event|lookup:'Items Purchased'|default:'recent purchase' }}?
This syntax always lands on the default, so I believe my event lookup is incorrect.
I use Shopify, could anybody suggest what the correct event lookup might be?
Thanks!