Is it possible to use merge fields to insert a complete table (in this case a list of orders, qtys, etc.) for each customer receiving the e-mail? This data would all be in a CSV. The "table" would be a single field in any format required (text,csv,html,etc.).
That's because I'm assuming there is no recursive merging like you can do in
EXAMPLE:
Dear Customer X
Our records show you've bought part Y - etc...
SHIPMENT DATE
PO
QTY
07/01/2024
XX1
24
07/15/2024
XX2
36
08/15/2024
XX3
10
... View more