从嵌套对象设置nunjucks变量

问题描述

对于较长的控制台日志,我深表歉意,但我的问题需要它。我正在尝试将'intro'(从底部开始的第十二个)的值设置为nunjucks变量,只是似乎无法使用正确的语法。日志如下(来自airtables API):我使用一个函数调用作为命名对象“应用程序”返回的数据,因此我正在尝试类似

{% set intro =  applications[0].fields.intro %} 

但是那没有用。预先感谢

[
      Record {
        _table: Table {
          _base: [Base],id: null,name: 'applications',find: [Function],select: [Function: bound ],create: [Function],update: [Function],replace: [Function],destroy: [Function],list: [Function],forEach: [Function]
        },id: 'rec7FuJxke2mL104B',_rawJson: {
          id: 'rec7FuJxke2mL104B',fields: {},createdTime: '2020-10-14T15:02:53.000Z'
        },save: [Function],patchUpdate: [Function],putUpdate: [Function],fetch: [Function],updateFields: [Function],replaceFields: [Function]
      },Record {
        _table: Table {
          _base: [Base],id: 'recJWqHcYUx0Q9Cih',_rawJson: {
          id: 'recJWqHcYUx0Q9Cih',fields: [Object],createdTime: '2020-10-13T22:37:03.000Z'
        },fields: {
          Post: 'https://www.yokoco.com/career/digital-designer-art-director/',intro: "As well as super-hero mind powers,my last role involved collaborating with Cafédirect,the UK's first 'B' corp certified coffee company,investing 50% of their profits into Producers Direct. As Big Al's head of art,alongside a copywriter,I completed typographic treatments and illustration styles for Cafédirects up and coming poster and social campaign,Hooray for poverty-free coffee!\n",Job: 'Digital Designer / Art Director',Sent: '2020-10-13',Status: 'In progress'
        },replaceFields: [Function]
      }
    ]

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...