Hi again,
I tried to create a template with the integrated editor. The last thing I can't figure out is how to display special placholders like {{tasksNames}}.
I've lots of tasks related to a meeting log. So when exporting to meeting log to a pdf all related task should be listed in the pdf.
I already tried:
{{tasksNames}} - does show nothing in the pdf
{{{tasksNames}}} - does also show nothing
{{#each tasksNames}}
..
{{/each}} - does not show anything as we'll
Can anyone post an example what to put in the template to get the names of all related tasks as output?!
Many thanks in advance!
I tried to create a template with the integrated editor. The last thing I can't figure out is how to display special placholders like {{tasksNames}}.
I've lots of tasks related to a meeting log. So when exporting to meeting log to a pdf all related task should be listed in the pdf.
I already tried:
{{tasksNames}} - does show nothing in the pdf
{{{tasksNames}}} - does also show nothing
{{#each tasksNames}}
..
{{/each}} - does not show anything as we'll
Can anyone post an example what to put in the template to get the names of all related tasks as output?!
Many thanks in advance!
Comment