Hi all,
I need a requirement that loop 1:N (subgrid) data to email body content. I'm sure there is a solution somewhere inside forum, but I couldn't find.
Is there any ready-to-use solution (like custom WF assembly) or do I need to write it from scratch
I need something like this;
Dear XXX,
Please find order details below; +----------+----------+----------+----------+ | ITEM | QUANTITY | PRICE | TOTAL | |----------|----------|----------|----------| | Item 1 | 1 | $5 | $5 | |----------|----------|----------|----------| | Item 2 | 3 | $2 | $6 | |----------|----------|----------|----------| | Item 3 | 5 | $5 | $2 | +----------+----------+----------+----------+ Other email contents.......
Thank for your advices