下载工作流程表单回复

你可以从工作区或企业组织中的工作流程下载表单回复。要删除这些回复,请提交申请

注意:如果你在工作流程构建器中看不到下载工作流程表单回复选项,请向拥有者或管理员求助。

下载工作流程表单回复

有几种方式可以下载工作流程表单数据。你使用的选项将取决于工作流程是在工作流程构建器中创建的,还是由你组织中的开发者使用 Slack 平台工具创建的。

工作流程构建器工作流程

开发者构建的工作流程

  1. 在桌面版中,单击侧栏中的 工具
  2.  工作流程中,单击 由你管理。 
  3. 单击工作流程旁边的 铅笔图标,在工作流程构建器中打开该工作流程。  
  4. 单击右上角的 三个圆点图标,然后从菜单中选择下载表单回复。如果工作流程包含多份表单,你需要先从下拉菜单中选择一份表单。

准备就绪后,你会收到 Slackbot 发送的私信,其中会包含文件链接。

To download workflow form responses from workflows created by a developer, you can use an API or the Slack command line interface (CLI). With either method, you'll need to add yourself as a collaborator on the app.  

Use an API

  1. Call functions.workflows.steps.list.API to view a list of steps that include form responses. The function_id for the OpenForm built-in function is Fn010N, and you should also note the step_id for the steps you'd like to download as you'll need it later.
  2. Call functions.workflows.steps.responses.export API to download the form responses you need.

You'll get a direct message (DM) from Slackbot with a link to the file when it's ready.

Use the Slack CLI

  1. Download and install the Slack CLI (if you haven't already).
  2. From a terminal, change your working directory to the app's project directory.
  3. Run the slack open-form-respond export --workflow <workflow reference> command. The workflow reference is a string formatted like this: #/workflows/<callback_id>. The callback_id is assigned to the workflow in the app manifest.
  4. Select the app, environment, and which OpenForm step you'd like to download responses from. OpenForm steps will only be listed if they have data from at least one workflow run available.

You'll get a direct message (DM) from Slackbot with a link to the file when it's ready.

注意:在工作流程表单 CSV 文件中,提交时域时间戳末尾的 Z 表示 UTC 时域。

小窍门:在企业组织中,你还可以从已发布的工作流程控制中心下载工作流程表单回复。

请联系我们要求删除

组织主要拥有者或工作区主要拥有者可以联系我们的客服,删除工作流程表单回复。如果你是主要拥有者并且出于合规原因被要求删除工作流程表单回复,请发送电子邮件至 feedback@slack.com,并附上以下信息:

  • 有关工作流程的身份信息(如链接、工作流程 ID 或 callback_id)
  • 表单的标题或包含表单的任何步骤的 step_id
  • 填写表单的人的 user_id 和填写表单的时间范围
Who can use this feature?