O
Orchid Corpin
Guest
Hi Sudhakar, To achieve this, first create a "Template" field in the parent object where you store the 2nd table, something like the code below. //Template Field Code - loop all related records table border="1" tbody {!#LOOP_BEGIN.R104894322#104738139} tr td {!R104894322.name#text} /td /tr {!#LOOP_END.R104894322} /tbody /table In the email template you can find the "HTML" menu - open that to insert HTML codes for creating your parent table, the 2nd table with the list of the related records you can just insert the token: !--Email template body in the HTML Source Editor-- table border="1" tbody tr td {!name#text} /td /tr /tbody /table p {!tbl_body} /p !--this is the 2nd table token-- Hope this will help. Regards, Orchid
Continue reading...
Continue reading...