Zapier CLI,在 inputFields 上使用选项在创建新 Zap 时不会在表单中显示
Posted
技术标签:
【中文标题】Zapier CLI,在 inputFields 上使用选项在创建新 Zap 时不会在表单中显示【英文标题】:Zapier CLI, using choices on inputFields does not show it in the form when creating new Zap 【发布时间】:2019-11-28 08:01:56 【问题描述】:我正在关注zapier-platform-schema 中的文档以在hook
触发器inputFields
中设置选项,但在创建新 Zap 时它们不会显示在表单中。
我执行以下操作:
key: 'booking',
noun: 'Booking',
display:
label: 'text',
description: 'text',
important: true
,
operation:
type: 'hook',
inputFields: [
key: 'action',
required: true,
choices:
created: 'New booking placed',
updated: 'Booking amendment',
canceled: 'Booking canceled'
],
;
然后我做zapier push
。当我在编辑器中创建新 Zap 时,选择集成项目后,我只看到 booking
复选框,而不是选择表单
【问题讨论】:
你的zapier push
是否成功完成,推送后是否刷新编辑器?
@xavdid 代码没有问题,我以错误的方式测试它。 Zapier 支持帮助了我。
【参考方案1】:
我的问题已经解决,Zapier 支持帮助了我。代码是正确的,我只是以错误的方式测试它。在选择触发器之后,我在 Zap 创建页面的早期阶段寻找选择下拉菜单。将帐户连接到 Zap 后出现下拉菜单的位置。
【讨论】:
以上是关于Zapier CLI,在 inputFields 上使用选项在创建新 Zap 时不会在表单中显示的主要内容,如果未能解决你的问题,请参考以下文章
Zapier CLI:当依赖字段更改时,如何清除输入字段的值?
Zapier Cli - 应用程序在 Cli 中运行良好,但在 Zapier UI 中无法正常运行
Zapier CLI - 在资源中我如何提及 UPDATE 方法
Zapier CLI:如何从运行 Zaps 中检索 zap_meta_human_now ISO 8601 时间戳