Skip to content

模式预览(Schema Preview)#

模式预览可以在节点编辑器中显示来自上一个节点的预期模式数据,而无需用户提供凭据或执行节点。这使得在构建工作流时无需提前提供凭据成为可能。预览不包括模拟数据,但它确实显示了预期字段,从而可以选择并将其纳入后续节点的输入中。

🌐 Schema Preview exposes expected schema data from the previous node in the Node Editor without the user having to provide credentials or execute the node. This makes it possible to construct workflows without having to provide credentials in advance. The preview doesn't include mock data, but it does expose the expected fields, making it possible to select and incorporate them into the input of subsequent nodes.

使用预览(Using the preview)#

  1. 你的工作流中必须有一个带有架构预览功能的节点。
  2. 单击序列中下一个节点的详细信息时,架构预览数据将显示在节点编辑器中,该位置通常会显示架构数据。
  3. 像使用其他模式一样使用模式预览中的数据——将字段拖放到节点参数和设置中作为输入。