Dynamically add Multiple Rows in A HTML Template

Hi All,

 

I have a use case where I need to send a mail using html template. can anyone provide me the syntax to Dynamically add Multiple Rows in A HTML Template.

  Discussion posts and replies are publicly visible

Parents
  • Hi Sunnya,

    I haven't worked on this use case, but I can give some idea, Create a dynamic rule and call that rule in excel template.

    <html>
    <body style='font-family:calibri;'>
    <BR>
    <!--Email Header - Ends Here-->
    <!--Email Message Contents - Starts Here - CUSTOMIZE TO YOUR NEEDS-->
    Hello,
    <br/>
    ###table###
    </body>
    </html>


    While configuring the ###table### you can call that rule actually populates the dynamic Table.

Reply
  • Hi Sunnya,

    I haven't worked on this use case, but I can give some idea, Create a dynamic rule and call that rule in excel template.

    <html>
    <body style='font-family:calibri;'>
    <BR>
    <!--Email Header - Ends Here-->
    <!--Email Message Contents - Starts Here - CUSTOMIZE TO YOUR NEEDS-->
    Hello,
    <br/>
    ###table###
    </body>
    </html>


    While configuring the ###table### you can call that rule actually populates the dynamic Table.

Children
No Data