Announcement

Collapse
No announcement yet.

Pdf

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pdf

    Hello,
    In editing a PDF template, I'd like to display all the phone numbers associated with an account.

    How should I think about the loop {{#each}} (if that's what needs to be included)?

    Thx​​

  • #2
    Hi Renardeau80,

    Please try to use the following structure:
    Code:
    {{#each phoneNumbers}}
       {{name}}
    {{/each}}

    Comment

    Working...
    X