Help with Dynamic Table Block Preview in Flow Email
I’m learning how to use dynamic blocks in flow emails, but my product data is not previewing correctly. I’d greatly appreciate your guidance.
Here’s my setup:
Row Collection: event.extra.line_items
Row Alias: item
Table Content: I have a table with two cells per row — one for the product image and one for product information.
Text Cell (dynamic content):
{{ item.ProductName }}
Type: {{ item.ProductType }}
Price: ${{ item.Price }}
Quantity: {{ item.Quantity }}
Image Cell (Dynamic Image / Dynamic URL):
{{ item.ImageURL }}
I have attached screenshots of my table block setup and preview. Despite using a test profile with items in the cart, nothing appears in the preview. I would greatly appreciate if you could review my setup and provide a working example so I can successfully preview my products in the table.
Thank you so much for your help!




