【问题标题】:How to write parameter name with space in it? Custom Integromat apps如何在其中写入带有空格的参数名称?自定义 Integromat 应用程序
【发布时间】:2020-09-15 08:42:28
【问题描述】:

Api 向我发送了一个带有“Joined at”参数的响应,但由于空格“”,我无法对其执行任何操作,但该参数对于我的 Integromat 应用程序中的一个触发器至关重要。

"trigger": {
    "id": "{{item.id}}",
    "date": "{{item.attributes.Joined at}}",
    "type": "date",
    "order": "desc"
}

Response example

【问题讨论】:

  • 你可以这样做 {{item.attributes["Joined at"]}}

标签: integromat integromat-apps


【解决方案1】:

您可以使用反引号来检索集合属性,如 docs 中所述。
表达式将如下所示:"date": "{{item.attributes.`Joined at`}}"

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-01-03
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多