Skip to main content

Hi,

Is there a way to dynamically add rows to a table located within a Google Docs template and populate the rows with line items? 

 

For example I have the following names in comma separated values and would split them by comma, to create an array.  I would then like to inject the two names on separate lines in the Google Docs template.

 

Names: Joe Bloggs, Steve Jobs

 

Google Docs Template should look like below once inserted.

 

Hi @BradE 

GDocs accept HTML, so you can try dynamically creating the rows to insert: https://www.w3schools.com/html/html_tables.asp

A Code step can be used to create this, but you can try other Formatter options too.