Hi, I’m trying to feed a google doc with a list of items. I’m using the create from template for the google doc. I’ve found on internet that I should use this form in google docs
{{#loop}}
{{field1}}{{field2}}
{{/loop}}
but in make, this is not interpreted properly i thinkg.
Any help or ideas on this ?
My scenario is the following one : create a doc from template and setting some placeholders. Some placeholders are just value (string) and work fine, others are lists.