【问题标题】:How to make the parameter's "map" button turned on by default in custom Integromat app?如何在自定义 Integromat 应用程序中默认打开参数的“地图”按钮?
【发布时间】:2020-09-14 09:17:53
【问题描述】:

默认情况下,我的选择参数允许我在选项中选择值。要在场景中输入前一个应用程序的 ID,我必须手动单击“地图”按钮。如何默认开启参数的地图模式? Screenshot

【问题讨论】:

    标签: integromat integromat-apps


    【解决方案1】:

    只需将行 "mode": "edit" 添加到您的 select 对象中,如下所示:

    {
        "name": "currencyId",
        "type": "select",
        "label": "Currency",
        "options": "rpc://listCurrencies",
        "required": true,
        "mode": "edit"
    }
    

    这将默认打开map按钮。
    Integromat Best Practices docs 描述了应该和不应该使用此设置的情况。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-10-10
      • 2017-12-19
      • 1970-01-01
      • 2021-01-03
      • 1970-01-01
      • 2013-02-09
      • 1970-01-01
      相关资源
      最近更新 更多