Nested array in smart view (V7)

Hi Vince,

you’re right I must use forest-quantity, however it stil does not work.

If I log as you suggest, I can’t see nothing:

<div class="wrapper-card">
    <div class="card--title">
      <h1>
        <span class="c-smart-view_icon fa fa-{{@collection.iconOrDefault}} fa-1x"></span>
        Commande: {{this.currentRecord.forest-orderNumber}}
      </h1>
      <small>ID Joinly: {{this.currentRecord.id}}</small>
      log orderItems: {{log this.currentRecord.forest-orderItems}}
      {{#each this.currentRecord.forest-orderItems as |orderItem|}}
        test log: {{log orderItem}}
        <p> {{orderItem.forest-quantity}}</p>
      {{/each}}
    </div>
  </div>  

image