Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
In my Zapier CLI app, I need to receive raw data from the previous step. Is there a way to achieve that?
大卫在这里,来自 Zapier 平台团队。
这不是可能的事情。出于安全原因,您的应用只能访问用户明确提供的数据(通过bundle.inputData)。如果它对您的应用程序的功能很重要,您可以拥有一个dict接受任意输入的类型,但很难证明这是您的应用程序的需要。
bundle.inputData
dict
如果您想进一步讨论,我会联系partners@zapier.com我们,我们可以与您讨论!
partners@zapier.com