-
- 当前模板排行信息
周排行
月排行
季度排行
年度排行
案例文章
推荐的的流程模板
请稍后...
Code
2422
定时循环云端执行浏览器插件
<p>每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。</p>
zh-Hans
2023-03-09T02:35:18.000Z
2023-03-09T02:35:18.000Z
2023-09-29T08:32:50.000Z
fi4139zv
每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。
anyone
2uqEwFC5WLbw
official
pc1265
passed
宋晓卉
fi4139zv
宋晓卉
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "按照用户设定的数字控制后续循环次数依次执行流程",
"app_id": 131,
"action_id": 2758,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在云端运行浏览器机器人流程",
"app_id": 240,
"action_id": 3495,
"action_type": "2",
"sort": "3",
"note": null
}
]
15
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"dropdown": false,
"help_txt": "循环执行可以将一组包含多个数据字段分隔开,并逐个推送到后续的流程步骤中,更多内容请查看<a href=\"https://www.jijyun.cn/help/detail/68\">(帮助中心)</a>",
"required": false,
"dynamic": false,
"label": "帮助说明",
"key": "help_instro",
"multiples": false,
"type": "copy"
},
{
"multiples": false,
"defaulttext": 1,
"dropdown": false,
"help_txt": "循环执行的开始位置,默认值为1:即从第一个字段值开始循环",
"label": "循环开始位置",
"type": "int",
"dynamic": false,
"key": "start_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "100,循环执行的结束位置数值",
"label": "循环结束位置",
"type": "int",
"dynamic": false,
"key": "end_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "每次循环增加的数值,例如:循环开始位置为1,递增值为10,那么循环位置变化依次为:1,11,21,31....",
"label": "循环递增值",
"type": "int",
"dynamic": false,
"key": "step_size",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例:10,如果不填写则循环全部,如果填写则循环指定次数",
"label": "循环次数",
"type": "int",
"dynamic": false,
"key": "loop_count",
"required": false
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例10,单位为秒。若不设置则不进行延迟",
"label": "循环延迟时间",
"type": "int",
"dynamic": false,
"key": "loop_delay",
"required": false
}
],
"3": [
{
"key": "tips",
"type": "copy",
"label": "提示",
"help_txt": "该机器人流程将在云端自动执行"
},
{
"key": "pid",
"label": "机器人流程",
"required": true,
"dropdown": true,
"choices": [],
"dynamic": true
}
]
}
[]
[
{
"id": 1012,
"title": "浏览器插件“云端执行“使用场景及操作步骤",
"preview": "集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。",
"content": "<h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>1 场景描述</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"background-color:#FFFFFF;color:#000000;\">集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们以“<strong>定时云端执行浏览器插件,自动抓取百度知道上的问题,ChatGPT回答后自动录入到维格表中</strong>“流程为例进行演示。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>适用场景:</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行市场调研或竞争分析,了解消费者或行业的问题热点和需求</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行专业领域的知识收集和整理,了解该领域的问题和解决方法</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行产品设计和开发时,需要考虑用户可能遇到的问题,以便改进产品</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行SEO优化时,需要收集相关问题,以便优化网站内容,提升搜索排名</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>2 最终实现效果</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">通过集简云,即可将下面整个流程轻松实现自动化运转:</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>1. 在指定时间点,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>定时</strong></span><span style=\"color:#000000;\"><strong>云端执行浏览器插件。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>2. 浏览器插件</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>打开百度知道网站,抓取需要回答的问题。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>3. </strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>发送问题给ChatGPT进行回答。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>4. ChatGPT返回答案后,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>录入到维格表中相应的单元格中。</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样,我们第二天<strong>只需打开维格表</strong>就可以看到数据,<strong>无需人工再一一手动收集、汇总、紧盯流程运行,减少人工操作的时间和错误,提高数据处理效率</strong>。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_607c22437b.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>3 操作步骤</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>整体共需要3个步骤可以实现</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤1:Chrome端下载并配置集简云浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤2:集简云端搭建流程1:Webhook-ChatGPT-维格表</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤3:集简云端搭建流程2:定时启动-循环执行-浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤1:配置集简云浏览器插件</strong></span></h2><p style=\"margin-left:0pt;\"> </p><ol><li style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\">打开Chrome浏览器,右上角打开浏览器插件按钮,点击集简云,登录账号,选择企业。(如何下载安装浏览器插件,请点击查看:</span><a href=\"https://www.jijyun.cn/help/detail/284\"><span style=\"color:#1E6FFF;\"><u>https://www.jijyun.cn/help/detail/284</u></span></a><span style=\"color:#000000;\">)</span></li></ol><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:94.83%;\"><img src=\"/uploads/2_4f55921ea5.gif\"></figure><p style=\"margin-left:16.8pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">点击“流程后台”</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/3_3c18c8d412.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击\"新建工作流\"</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.33%;\"><img src=\"/uploads/4_a322d71572.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置好工作流的名称和描述,点击添加</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.88%;\"><img src=\"/uploads/5_131fb223e6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击刚创建的第一条工作流</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:87.1%;\"><img src=\"/uploads/6_492fcd91c4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">开始配置机器人:将右面的组件拖拽到核心区域:配置成【触发器-新建标签页-获取文本-HTTP请求】,然后将每个组件的2个点进行连接</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.31%;\"><img src=\"/uploads/7_52c35e928d.gif\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">如图</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.58%;\"><img src=\"/uploads/8_c8e0bafa17.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">接下来我们一一配置这4个组件</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>触发器:</strong>无需配置</span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>新建标签页:</strong>双击编辑,需要配置【新建标签页URL】1项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.09%;\"><img src=\"/uploads/9_c6e5aee09a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【新建标签页URL】:复制<strong>目标页</strong>的URL,比如百度知道的标签页URL</span><a href=\"https://zhidao.baidu.com/browse\"><span style=\"color:#1E6FFF;\"><u>https://zhidao.baidu.com/browse</u></span></a><span style=\"color:#000000;\">,粘贴到浏览器插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.47%;\"><img src=\"/uploads/10_d76e7513a6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>获取文本:</strong>双击编辑,需要配置【CSS选择器】和【分配变量】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:88.32%;\"><img src=\"/uploads/2_d34027becd.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【CSS选择器】:在目标页面(百度知道)打开集简云浏览器插件,点击”元素选择器“</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.87%;\"><img src=\"/uploads/3_b0d9a2ce98.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">打开右上角的小眼睛,选择CSS Selector,将鼠标移动到目标元素(我们想抓取数据的部分),点击,目标元素就会变成红色框,出现相应的链接,我们复制,粘贴到浏览器插件CSS选择器下面</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.03%;\"><img src=\"/uploads/4_15289ff5ad.png\"></figure><p> </p><figure class=\"image image_resized\" style=\"width:77.22%;\"><img src=\"/uploads/5_c1a6afd1c1.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【分配给变量】:勾选后,可自定义填写内容(目前不设置填写规则,数字、文本均可),目的是为了与HTTP请求的Body项信息进行对应,比如我们这里先填写”百度知道问答“,那么后面的Body中的变量就需要填写“百度知道回答”</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.43%;\"><img src=\"/uploads/6_b505fb40c9.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>HTTP请求:</strong>双击编辑,需要配置【请求方法】和【Body】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.63%;\"><img src=\"/uploads/6_a044d17cfb.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【请求方法】:打开集简云端选择触发动作Webhook,在配置Webhook里面,复制链接,粘贴到插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:90.01%;\"><img src=\"/uploads/7_49b71b5747.png\"></figure><figure class=\"image image_resized\" style=\"width:76.37%;\"><img src=\"/uploads/8_a9944b3a33.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【Body】:点击黑色框</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.87%;\"><img src=\"/uploads/MTY_4_O_Dg1_Nj_Iz_ND_Mx_Mz_E0_Ng_974939_k2i_Zvgrj_xnn_LR_1k_1678257463_c42420c8b4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">将下面这个object粘贴进去</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>{</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>\"</strong></span><span style=\"color:#00B0F0;\"><strong>key</strong></span><span style=\"color:#FF0000;\"><strong>\":\"{{variables.</strong></span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#FF0000;\"><strong>}}\"</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>}</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">注:variables为定量,不可更改;key和xxx为变量,可自定义;</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">key可以替换为任意您规定需要的字段名称,例如\"name\";\"corp_token\",</span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#000000;\">部分与我们刚才在获取文本的“</span><span style=\"color:#00B050;\"><strong>分配给变量”输入的文本</strong></span><span style=\"color:#000000;\">保持一致,即“百度知道问答</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">本文以corp_token作为字段名称key的替换值进行演示</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.21%;\"><img src=\"/uploads/888_5b917ab198.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">完成后,点击保存,点击运行流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.43%;\"><img src=\"/uploads/00_6b3a0da8be.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即会自动跳转页面,抓取数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.78%;\"><img src=\"/uploads/123_a945d198d3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">然后我们在集简云端的数据流程中进行样本数据的获取</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤2:集简云端搭建流程【Webhook-ChatGPT-维格表】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_8a19dae87c.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2421\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击获取样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.08%;\"><img src=\"/uploads/2_7b6c6d8e72.png\"></figure><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即可获取到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.89%;\"><img src=\"/uploads/3_920ac2f735.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择执行应用-执行动作:OpenAI(ChatGPT)内置-提问ChatGPT</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.69%;\"><img src=\"/uploads/4_314cabd0bc.png\"></figure><p> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置字段匹配</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.03%;\"><img src=\"/uploads/5_a12bd90928.png\"></figure><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.31%;\"><img src=\"/uploads/6_939a1ec416.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们即可得到ChatGPT回答的一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.96%;\"><img src=\"/uploads/7_a44550e900.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-选择执行动作:维格表添加数据</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/8_fd07e2294a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配:选择相应的表单,插入问题和答案的变量,注意这里的答案需要插入content的纯文本格式</span></p><p> </p><figure class=\"image image_resized\" style=\"width:83.68%;\"><img src=\"/uploads/9_5f9b273fa3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据后,完成并保存流程。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/10_384063452c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这时,我们在维格表就会收到一条记录</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/11_c4419888f5.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤3:集简云端搭建流程【定时启动-循环执行-浏览器机器人】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/12_6520977dfb.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2422\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:16.8pt;\">1. <span style=\"color:#000000;\">选择触发动作-触发应用:定时启动任务,当每天指定时间启动时</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.9%;\"><img src=\"/uploads/13_4a3bcbd12e.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段设置:根据个人需求进行设置即可,比如我们想每天晚上12点云端执行机器人,设置如下</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.72%;\"><img src=\"/uploads/14_2ba8f1be00.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送样本数据,即可得到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.9%;\"><img src=\"/uploads/15_bf82bc246f.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">选择执行应用-执行动作,循环执行,通过数字拆分并执行流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.49%;\"><img src=\"/uploads/16_2fb2509307.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配,根据个人所需进行填写,我们这里设置100次</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.25%;\"><img src=\"/uploads/17_2e0a980978.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">发送数据,即可得到一个样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.61%;\"><img src=\"/uploads/18_6e64303708.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-执行动作,浏览器插件-云端执行浏览器机器人流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.57%;\"><img src=\"/uploads/19_4041b4e10c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择相应的机器人流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.68%;\"><img src=\"/uploads/20_f53ff9ff69.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据,显示发送成功</span></p><figure class=\"image\"><img src=\"/uploads/21_9e7479df73.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样我们两个流程就已经搭建成功了</span></p><figure class=\"image\"><img src=\"/uploads/22_776a036719.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p>",
"sort": null,
"usage": "case",
"published_at": "2023-03-09T06:34:00.000Z",
"created_at": "2023-03-09T05:41:08.000Z",
"updated_at": "2023-03-09T10:18:34.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9735,
"name": "liulanqichajian_364a5c3d47.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47_83ac2e0358",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47_83ac2e0358.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:41:47.000Z",
"updated_at": "2023-03-09T06:41:47.000Z"
},
"media": {
"id": 9736,
"name": "自定义大小 – 120.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 120.png",
"hash": "thumbnail_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 10.17,
"path": null,
"url": "/uploads/thumbnail_120_4745cfc7d1.png"
},
"large": {
"name": "large_自定义大小 – 120.png",
"hash": "large_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 67.61,
"path": null,
"url": "/uploads/large_120_4745cfc7d1.png"
},
"medium": {
"name": "medium_自定义大小 – 120.png",
"hash": "medium_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 46.29,
"path": null,
"url": "/uploads/medium_120_4745cfc7d1.png"
},
"small": {
"name": "small_自定义大小 – 120.png",
"hash": "small_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 27.3,
"path": null,
"url": "/uploads/small_120_4745cfc7d1.png"
}
},
"hash": "120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"size": 30.33,
"url": "/uploads/120_4745cfc7d1.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:44:24.000Z",
"updated_at": "2023-03-09T06:44:24.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 92,
"name": "循环执行",
"description": "<p>循环执行可以将步骤中的多条数据逐条推送到后续步骤中进行处理,一般常用于对查询搜索动作中获取的多个记录进行处理。</p>",
"popular": -23,
"published_at": "2021-10-25T05:41:11.000Z",
"created_at": "2021-10-25T05:41:08.000Z",
"updated_at": "2022-04-21T08:51:48.000Z",
"app_id": "131",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "批量同步数据",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3481,
"name": "loop.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "loop_1424a992b7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.01,
"url": "/uploads/loop_1424a992b7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:51:46.000Z",
"updated_at": "2022-04-21T08:51:46.000Z"
}
},
{
"id": 261,
"name": "浏览器插件",
"description": "<p>Chrome浏览器插件是集简云的一个内置应用,主要用于触发动作启动流程;可以快速获取当前页面的URL并支持在编辑流程时设置自定义字段;如,当用户在论坛进行相关资料查阅找到目标页面时可以通过该插件快速将当前页面的URL 标题等数据记录到自己的笔记产品比如notion中去。</p>",
"popular": null,
"published_at": "2022-03-31T11:32:00.000Z",
"created_at": "2022-03-31T11:32:00.000Z",
"updated_at": "2022-09-13T02:07:42.000Z",
"app_id": "240",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "集简云内置应用",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": 12,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3473,
"name": "liulanqichajian.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:46:22.000Z",
"updated_at": "2022-04-21T08:46:22.000Z"
}
}
]
[
{
"id": 7,
"name": "AI人工智能",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:27:24.000Z",
"created_at": "2022-05-20T08:13:20.000Z",
"updated_at": "2022-06-01T03:31:04.000Z",
"sort": 9
}
]
[
{
"id": 3142,
"key": null,
"published_at": "2022-08-26T10:10:57.000Z",
"created_at": "2022-08-26T10:10:57.000Z",
"updated_at": "2022-08-26T10:10:57.000Z",
"action_id": "2758",
"action_name": "通过数字拆分并执行流程",
"error": null,
"description": "按照用户设定的数字控制后续循环次数依次执行流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 5281,
"key": null,
"published_at": "2023-02-15T08:04:38.000Z",
"created_at": "2023-02-15T08:04:38.000Z",
"updated_at": "2023-02-15T08:04:38.000Z",
"action_id": "3495",
"action_name": "云端执行浏览器机器人流程",
"error": null,
"description": "在云端运行浏览器机器人流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-02-02T05:53:25.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null
}
]
[
{
"id": 22,
"title": "定时任务",
"sort": 2,
"scene": 5,
"published_at": "2022-12-08T09:02:11.000Z",
"created_at": "2022-12-08T09:02:10.000Z",
"updated_at": "2022-12-08T09:02:11.000Z",
"template": null,
"seo": []
},
{
"id": 24,
"title": "信息收集",
"sort": 4,
"scene": 5,
"published_at": "2022-12-08T09:02:32.000Z",
"created_at": "2022-12-08T09:02:31.000Z",
"updated_at": "2022-12-08T09:02:32.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
5
264
Msg
2422
定时循环云端执行浏览器插件
<p>每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。</p>
zh-Hans
2023-03-09T02:35:18.000Z
2023-03-09T02:35:18.000Z
2023-09-29T08:32:50.000Z
fi4139zv
每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。
anyone
2uqEwFC5WLbw
official
pc1265
passed
宋晓卉
fi4139zv
宋晓卉
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "按照用户设定的数字控制后续循环次数依次执行流程",
"app_id": 131,
"action_id": 2758,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在云端运行浏览器机器人流程",
"app_id": 240,
"action_id": 3495,
"action_type": "2",
"sort": "3",
"note": null
}
]
15
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"dropdown": false,
"help_txt": "循环执行可以将一组包含多个数据字段分隔开,并逐个推送到后续的流程步骤中,更多内容请查看<a href=\"https://www.jijyun.cn/help/detail/68\">(帮助中心)</a>",
"required": false,
"dynamic": false,
"label": "帮助说明",
"key": "help_instro",
"multiples": false,
"type": "copy"
},
{
"multiples": false,
"defaulttext": 1,
"dropdown": false,
"help_txt": "循环执行的开始位置,默认值为1:即从第一个字段值开始循环",
"label": "循环开始位置",
"type": "int",
"dynamic": false,
"key": "start_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "100,循环执行的结束位置数值",
"label": "循环结束位置",
"type": "int",
"dynamic": false,
"key": "end_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "每次循环增加的数值,例如:循环开始位置为1,递增值为10,那么循环位置变化依次为:1,11,21,31....",
"label": "循环递增值",
"type": "int",
"dynamic": false,
"key": "step_size",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例:10,如果不填写则循环全部,如果填写则循环指定次数",
"label": "循环次数",
"type": "int",
"dynamic": false,
"key": "loop_count",
"required": false
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例10,单位为秒。若不设置则不进行延迟",
"label": "循环延迟时间",
"type": "int",
"dynamic": false,
"key": "loop_delay",
"required": false
}
],
"3": [
{
"key": "tips",
"type": "copy",
"label": "提示",
"help_txt": "该机器人流程将在云端自动执行"
},
{
"key": "pid",
"label": "机器人流程",
"required": true,
"dropdown": true,
"choices": [],
"dynamic": true
}
]
}
[]
[
{
"id": 1012,
"title": "浏览器插件“云端执行“使用场景及操作步骤",
"preview": "集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。",
"content": "<h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>1 场景描述</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"background-color:#FFFFFF;color:#000000;\">集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们以“<strong>定时云端执行浏览器插件,自动抓取百度知道上的问题,ChatGPT回答后自动录入到维格表中</strong>“流程为例进行演示。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>适用场景:</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行市场调研或竞争分析,了解消费者或行业的问题热点和需求</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行专业领域的知识收集和整理,了解该领域的问题和解决方法</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行产品设计和开发时,需要考虑用户可能遇到的问题,以便改进产品</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行SEO优化时,需要收集相关问题,以便优化网站内容,提升搜索排名</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>2 最终实现效果</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">通过集简云,即可将下面整个流程轻松实现自动化运转:</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>1. 在指定时间点,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>定时</strong></span><span style=\"color:#000000;\"><strong>云端执行浏览器插件。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>2. 浏览器插件</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>打开百度知道网站,抓取需要回答的问题。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>3. </strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>发送问题给ChatGPT进行回答。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>4. ChatGPT返回答案后,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>录入到维格表中相应的单元格中。</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样,我们第二天<strong>只需打开维格表</strong>就可以看到数据,<strong>无需人工再一一手动收集、汇总、紧盯流程运行,减少人工操作的时间和错误,提高数据处理效率</strong>。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_607c22437b.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>3 操作步骤</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>整体共需要3个步骤可以实现</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤1:Chrome端下载并配置集简云浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤2:集简云端搭建流程1:Webhook-ChatGPT-维格表</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤3:集简云端搭建流程2:定时启动-循环执行-浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤1:配置集简云浏览器插件</strong></span></h2><p style=\"margin-left:0pt;\"> </p><ol><li style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\">打开Chrome浏览器,右上角打开浏览器插件按钮,点击集简云,登录账号,选择企业。(如何下载安装浏览器插件,请点击查看:</span><a href=\"https://www.jijyun.cn/help/detail/284\"><span style=\"color:#1E6FFF;\"><u>https://www.jijyun.cn/help/detail/284</u></span></a><span style=\"color:#000000;\">)</span></li></ol><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:94.83%;\"><img src=\"/uploads/2_4f55921ea5.gif\"></figure><p style=\"margin-left:16.8pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">点击“流程后台”</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/3_3c18c8d412.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击\"新建工作流\"</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.33%;\"><img src=\"/uploads/4_a322d71572.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置好工作流的名称和描述,点击添加</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.88%;\"><img src=\"/uploads/5_131fb223e6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击刚创建的第一条工作流</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:87.1%;\"><img src=\"/uploads/6_492fcd91c4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">开始配置机器人:将右面的组件拖拽到核心区域:配置成【触发器-新建标签页-获取文本-HTTP请求】,然后将每个组件的2个点进行连接</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.31%;\"><img src=\"/uploads/7_52c35e928d.gif\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">如图</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.58%;\"><img src=\"/uploads/8_c8e0bafa17.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">接下来我们一一配置这4个组件</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>触发器:</strong>无需配置</span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>新建标签页:</strong>双击编辑,需要配置【新建标签页URL】1项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.09%;\"><img src=\"/uploads/9_c6e5aee09a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【新建标签页URL】:复制<strong>目标页</strong>的URL,比如百度知道的标签页URL</span><a href=\"https://zhidao.baidu.com/browse\"><span style=\"color:#1E6FFF;\"><u>https://zhidao.baidu.com/browse</u></span></a><span style=\"color:#000000;\">,粘贴到浏览器插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.47%;\"><img src=\"/uploads/10_d76e7513a6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>获取文本:</strong>双击编辑,需要配置【CSS选择器】和【分配变量】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:88.32%;\"><img src=\"/uploads/2_d34027becd.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【CSS选择器】:在目标页面(百度知道)打开集简云浏览器插件,点击”元素选择器“</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.87%;\"><img src=\"/uploads/3_b0d9a2ce98.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">打开右上角的小眼睛,选择CSS Selector,将鼠标移动到目标元素(我们想抓取数据的部分),点击,目标元素就会变成红色框,出现相应的链接,我们复制,粘贴到浏览器插件CSS选择器下面</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.03%;\"><img src=\"/uploads/4_15289ff5ad.png\"></figure><p> </p><figure class=\"image image_resized\" style=\"width:77.22%;\"><img src=\"/uploads/5_c1a6afd1c1.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【分配给变量】:勾选后,可自定义填写内容(目前不设置填写规则,数字、文本均可),目的是为了与HTTP请求的Body项信息进行对应,比如我们这里先填写”百度知道问答“,那么后面的Body中的变量就需要填写“百度知道回答”</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.43%;\"><img src=\"/uploads/6_b505fb40c9.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>HTTP请求:</strong>双击编辑,需要配置【请求方法】和【Body】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.63%;\"><img src=\"/uploads/6_a044d17cfb.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【请求方法】:打开集简云端选择触发动作Webhook,在配置Webhook里面,复制链接,粘贴到插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:90.01%;\"><img src=\"/uploads/7_49b71b5747.png\"></figure><figure class=\"image image_resized\" style=\"width:76.37%;\"><img src=\"/uploads/8_a9944b3a33.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【Body】:点击黑色框</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.87%;\"><img src=\"/uploads/MTY_4_O_Dg1_Nj_Iz_ND_Mx_Mz_E0_Ng_974939_k2i_Zvgrj_xnn_LR_1k_1678257463_c42420c8b4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">将下面这个object粘贴进去</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>{</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>\"</strong></span><span style=\"color:#00B0F0;\"><strong>key</strong></span><span style=\"color:#FF0000;\"><strong>\":\"{{variables.</strong></span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#FF0000;\"><strong>}}\"</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>}</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">注:variables为定量,不可更改;key和xxx为变量,可自定义;</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">key可以替换为任意您规定需要的字段名称,例如\"name\";\"corp_token\",</span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#000000;\">部分与我们刚才在获取文本的“</span><span style=\"color:#00B050;\"><strong>分配给变量”输入的文本</strong></span><span style=\"color:#000000;\">保持一致,即“百度知道问答</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">本文以corp_token作为字段名称key的替换值进行演示</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.21%;\"><img src=\"/uploads/888_5b917ab198.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">完成后,点击保存,点击运行流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.43%;\"><img src=\"/uploads/00_6b3a0da8be.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即会自动跳转页面,抓取数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.78%;\"><img src=\"/uploads/123_a945d198d3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">然后我们在集简云端的数据流程中进行样本数据的获取</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤2:集简云端搭建流程【Webhook-ChatGPT-维格表】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_8a19dae87c.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2421\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击获取样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.08%;\"><img src=\"/uploads/2_7b6c6d8e72.png\"></figure><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即可获取到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.89%;\"><img src=\"/uploads/3_920ac2f735.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择执行应用-执行动作:OpenAI(ChatGPT)内置-提问ChatGPT</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.69%;\"><img src=\"/uploads/4_314cabd0bc.png\"></figure><p> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置字段匹配</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.03%;\"><img src=\"/uploads/5_a12bd90928.png\"></figure><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.31%;\"><img src=\"/uploads/6_939a1ec416.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们即可得到ChatGPT回答的一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.96%;\"><img src=\"/uploads/7_a44550e900.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-选择执行动作:维格表添加数据</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/8_fd07e2294a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配:选择相应的表单,插入问题和答案的变量,注意这里的答案需要插入content的纯文本格式</span></p><p> </p><figure class=\"image image_resized\" style=\"width:83.68%;\"><img src=\"/uploads/9_5f9b273fa3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据后,完成并保存流程。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/10_384063452c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这时,我们在维格表就会收到一条记录</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/11_c4419888f5.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤3:集简云端搭建流程【定时启动-循环执行-浏览器机器人】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/12_6520977dfb.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2422\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:16.8pt;\">1. <span style=\"color:#000000;\">选择触发动作-触发应用:定时启动任务,当每天指定时间启动时</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.9%;\"><img src=\"/uploads/13_4a3bcbd12e.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段设置:根据个人需求进行设置即可,比如我们想每天晚上12点云端执行机器人,设置如下</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.72%;\"><img src=\"/uploads/14_2ba8f1be00.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送样本数据,即可得到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.9%;\"><img src=\"/uploads/15_bf82bc246f.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">选择执行应用-执行动作,循环执行,通过数字拆分并执行流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.49%;\"><img src=\"/uploads/16_2fb2509307.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配,根据个人所需进行填写,我们这里设置100次</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.25%;\"><img src=\"/uploads/17_2e0a980978.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">发送数据,即可得到一个样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.61%;\"><img src=\"/uploads/18_6e64303708.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-执行动作,浏览器插件-云端执行浏览器机器人流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.57%;\"><img src=\"/uploads/19_4041b4e10c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择相应的机器人流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.68%;\"><img src=\"/uploads/20_f53ff9ff69.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据,显示发送成功</span></p><figure class=\"image\"><img src=\"/uploads/21_9e7479df73.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样我们两个流程就已经搭建成功了</span></p><figure class=\"image\"><img src=\"/uploads/22_776a036719.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p>",
"sort": null,
"usage": "case",
"published_at": "2023-03-09T06:34:00.000Z",
"created_at": "2023-03-09T05:41:08.000Z",
"updated_at": "2023-03-09T10:18:34.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9735,
"name": "liulanqichajian_364a5c3d47.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47_83ac2e0358",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47_83ac2e0358.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:41:47.000Z",
"updated_at": "2023-03-09T06:41:47.000Z"
},
"media": {
"id": 9736,
"name": "自定义大小 – 120.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 120.png",
"hash": "thumbnail_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 10.17,
"path": null,
"url": "/uploads/thumbnail_120_4745cfc7d1.png"
},
"large": {
"name": "large_自定义大小 – 120.png",
"hash": "large_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 67.61,
"path": null,
"url": "/uploads/large_120_4745cfc7d1.png"
},
"medium": {
"name": "medium_自定义大小 – 120.png",
"hash": "medium_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 46.29,
"path": null,
"url": "/uploads/medium_120_4745cfc7d1.png"
},
"small": {
"name": "small_自定义大小 – 120.png",
"hash": "small_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 27.3,
"path": null,
"url": "/uploads/small_120_4745cfc7d1.png"
}
},
"hash": "120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"size": 30.33,
"url": "/uploads/120_4745cfc7d1.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:44:24.000Z",
"updated_at": "2023-03-09T06:44:24.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 92,
"name": "循环执行",
"description": "<p>循环执行可以将步骤中的多条数据逐条推送到后续步骤中进行处理,一般常用于对查询搜索动作中获取的多个记录进行处理。</p>",
"popular": -23,
"published_at": "2021-10-25T05:41:11.000Z",
"created_at": "2021-10-25T05:41:08.000Z",
"updated_at": "2022-04-21T08:51:48.000Z",
"app_id": "131",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "批量同步数据",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3481,
"name": "loop.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "loop_1424a992b7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.01,
"url": "/uploads/loop_1424a992b7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:51:46.000Z",
"updated_at": "2022-04-21T08:51:46.000Z"
}
},
{
"id": 261,
"name": "浏览器插件",
"description": "<p>Chrome浏览器插件是集简云的一个内置应用,主要用于触发动作启动流程;可以快速获取当前页面的URL并支持在编辑流程时设置自定义字段;如,当用户在论坛进行相关资料查阅找到目标页面时可以通过该插件快速将当前页面的URL 标题等数据记录到自己的笔记产品比如notion中去。</p>",
"popular": null,
"published_at": "2022-03-31T11:32:00.000Z",
"created_at": "2022-03-31T11:32:00.000Z",
"updated_at": "2022-09-13T02:07:42.000Z",
"app_id": "240",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "集简云内置应用",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": 12,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3473,
"name": "liulanqichajian.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:46:22.000Z",
"updated_at": "2022-04-21T08:46:22.000Z"
}
}
]
[
{
"id": 7,
"name": "AI人工智能",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:27:24.000Z",
"created_at": "2022-05-20T08:13:20.000Z",
"updated_at": "2022-06-01T03:31:04.000Z",
"sort": 9
}
]
[
{
"id": 3142,
"key": null,
"published_at": "2022-08-26T10:10:57.000Z",
"created_at": "2022-08-26T10:10:57.000Z",
"updated_at": "2022-08-26T10:10:57.000Z",
"action_id": "2758",
"action_name": "通过数字拆分并执行流程",
"error": null,
"description": "按照用户设定的数字控制后续循环次数依次执行流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 5281,
"key": null,
"published_at": "2023-02-15T08:04:38.000Z",
"created_at": "2023-02-15T08:04:38.000Z",
"updated_at": "2023-02-15T08:04:38.000Z",
"action_id": "3495",
"action_name": "云端执行浏览器机器人流程",
"error": null,
"description": "在云端运行浏览器机器人流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-02-02T05:53:25.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null
}
]
[
{
"id": 22,
"title": "定时任务",
"sort": 2,
"scene": 5,
"published_at": "2022-12-08T09:02:11.000Z",
"created_at": "2022-12-08T09:02:10.000Z",
"updated_at": "2022-12-08T09:02:11.000Z",
"template": null,
"seo": []
},
{
"id": 24,
"title": "信息收集",
"sort": 4,
"scene": 5,
"published_at": "2022-12-08T09:02:32.000Z",
"created_at": "2022-12-08T09:02:31.000Z",
"updated_at": "2022-12-08T09:02:32.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
5
264
Data
2422
定时循环云端执行浏览器插件
<p>每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。</p>
zh-Hans
2023-03-09T02:35:18.000Z
2023-03-09T02:35:18.000Z
2023-09-29T08:32:50.000Z
fi4139zv
每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。
anyone
2uqEwFC5WLbw
official
pc1265
passed
宋晓卉
fi4139zv
宋晓卉
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "按照用户设定的数字控制后续循环次数依次执行流程",
"app_id": 131,
"action_id": 2758,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在云端运行浏览器机器人流程",
"app_id": 240,
"action_id": 3495,
"action_type": "2",
"sort": "3",
"note": null
}
]
15
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"dropdown": false,
"help_txt": "循环执行可以将一组包含多个数据字段分隔开,并逐个推送到后续的流程步骤中,更多内容请查看<a href=\"https://www.jijyun.cn/help/detail/68\">(帮助中心)</a>",
"required": false,
"dynamic": false,
"label": "帮助说明",
"key": "help_instro",
"multiples": false,
"type": "copy"
},
{
"multiples": false,
"defaulttext": 1,
"dropdown": false,
"help_txt": "循环执行的开始位置,默认值为1:即从第一个字段值开始循环",
"label": "循环开始位置",
"type": "int",
"dynamic": false,
"key": "start_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "100,循环执行的结束位置数值",
"label": "循环结束位置",
"type": "int",
"dynamic": false,
"key": "end_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "每次循环增加的数值,例如:循环开始位置为1,递增值为10,那么循环位置变化依次为:1,11,21,31....",
"label": "循环递增值",
"type": "int",
"dynamic": false,
"key": "step_size",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例:10,如果不填写则循环全部,如果填写则循环指定次数",
"label": "循环次数",
"type": "int",
"dynamic": false,
"key": "loop_count",
"required": false
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例10,单位为秒。若不设置则不进行延迟",
"label": "循环延迟时间",
"type": "int",
"dynamic": false,
"key": "loop_delay",
"required": false
}
],
"3": [
{
"key": "tips",
"type": "copy",
"label": "提示",
"help_txt": "该机器人流程将在云端自动执行"
},
{
"key": "pid",
"label": "机器人流程",
"required": true,
"dropdown": true,
"choices": [],
"dynamic": true
}
]
}
[]
[
{
"id": 1012,
"title": "浏览器插件“云端执行“使用场景及操作步骤",
"preview": "集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。",
"content": "<h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>1 场景描述</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"background-color:#FFFFFF;color:#000000;\">集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们以“<strong>定时云端执行浏览器插件,自动抓取百度知道上的问题,ChatGPT回答后自动录入到维格表中</strong>“流程为例进行演示。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>适用场景:</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行市场调研或竞争分析,了解消费者或行业的问题热点和需求</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行专业领域的知识收集和整理,了解该领域的问题和解决方法</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行产品设计和开发时,需要考虑用户可能遇到的问题,以便改进产品</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行SEO优化时,需要收集相关问题,以便优化网站内容,提升搜索排名</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>2 最终实现效果</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">通过集简云,即可将下面整个流程轻松实现自动化运转:</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>1. 在指定时间点,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>定时</strong></span><span style=\"color:#000000;\"><strong>云端执行浏览器插件。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>2. 浏览器插件</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>打开百度知道网站,抓取需要回答的问题。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>3. </strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>发送问题给ChatGPT进行回答。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>4. ChatGPT返回答案后,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>录入到维格表中相应的单元格中。</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样,我们第二天<strong>只需打开维格表</strong>就可以看到数据,<strong>无需人工再一一手动收集、汇总、紧盯流程运行,减少人工操作的时间和错误,提高数据处理效率</strong>。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_607c22437b.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>3 操作步骤</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>整体共需要3个步骤可以实现</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤1:Chrome端下载并配置集简云浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤2:集简云端搭建流程1:Webhook-ChatGPT-维格表</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤3:集简云端搭建流程2:定时启动-循环执行-浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤1:配置集简云浏览器插件</strong></span></h2><p style=\"margin-left:0pt;\"> </p><ol><li style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\">打开Chrome浏览器,右上角打开浏览器插件按钮,点击集简云,登录账号,选择企业。(如何下载安装浏览器插件,请点击查看:</span><a href=\"https://www.jijyun.cn/help/detail/284\"><span style=\"color:#1E6FFF;\"><u>https://www.jijyun.cn/help/detail/284</u></span></a><span style=\"color:#000000;\">)</span></li></ol><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:94.83%;\"><img src=\"/uploads/2_4f55921ea5.gif\"></figure><p style=\"margin-left:16.8pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">点击“流程后台”</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/3_3c18c8d412.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击\"新建工作流\"</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.33%;\"><img src=\"/uploads/4_a322d71572.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置好工作流的名称和描述,点击添加</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.88%;\"><img src=\"/uploads/5_131fb223e6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击刚创建的第一条工作流</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:87.1%;\"><img src=\"/uploads/6_492fcd91c4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">开始配置机器人:将右面的组件拖拽到核心区域:配置成【触发器-新建标签页-获取文本-HTTP请求】,然后将每个组件的2个点进行连接</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.31%;\"><img src=\"/uploads/7_52c35e928d.gif\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">如图</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.58%;\"><img src=\"/uploads/8_c8e0bafa17.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">接下来我们一一配置这4个组件</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>触发器:</strong>无需配置</span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>新建标签页:</strong>双击编辑,需要配置【新建标签页URL】1项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.09%;\"><img src=\"/uploads/9_c6e5aee09a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【新建标签页URL】:复制<strong>目标页</strong>的URL,比如百度知道的标签页URL</span><a href=\"https://zhidao.baidu.com/browse\"><span style=\"color:#1E6FFF;\"><u>https://zhidao.baidu.com/browse</u></span></a><span style=\"color:#000000;\">,粘贴到浏览器插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.47%;\"><img src=\"/uploads/10_d76e7513a6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>获取文本:</strong>双击编辑,需要配置【CSS选择器】和【分配变量】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:88.32%;\"><img src=\"/uploads/2_d34027becd.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【CSS选择器】:在目标页面(百度知道)打开集简云浏览器插件,点击”元素选择器“</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.87%;\"><img src=\"/uploads/3_b0d9a2ce98.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">打开右上角的小眼睛,选择CSS Selector,将鼠标移动到目标元素(我们想抓取数据的部分),点击,目标元素就会变成红色框,出现相应的链接,我们复制,粘贴到浏览器插件CSS选择器下面</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.03%;\"><img src=\"/uploads/4_15289ff5ad.png\"></figure><p> </p><figure class=\"image image_resized\" style=\"width:77.22%;\"><img src=\"/uploads/5_c1a6afd1c1.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【分配给变量】:勾选后,可自定义填写内容(目前不设置填写规则,数字、文本均可),目的是为了与HTTP请求的Body项信息进行对应,比如我们这里先填写”百度知道问答“,那么后面的Body中的变量就需要填写“百度知道回答”</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.43%;\"><img src=\"/uploads/6_b505fb40c9.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>HTTP请求:</strong>双击编辑,需要配置【请求方法】和【Body】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.63%;\"><img src=\"/uploads/6_a044d17cfb.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【请求方法】:打开集简云端选择触发动作Webhook,在配置Webhook里面,复制链接,粘贴到插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:90.01%;\"><img src=\"/uploads/7_49b71b5747.png\"></figure><figure class=\"image image_resized\" style=\"width:76.37%;\"><img src=\"/uploads/8_a9944b3a33.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【Body】:点击黑色框</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.87%;\"><img src=\"/uploads/MTY_4_O_Dg1_Nj_Iz_ND_Mx_Mz_E0_Ng_974939_k2i_Zvgrj_xnn_LR_1k_1678257463_c42420c8b4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">将下面这个object粘贴进去</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>{</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>\"</strong></span><span style=\"color:#00B0F0;\"><strong>key</strong></span><span style=\"color:#FF0000;\"><strong>\":\"{{variables.</strong></span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#FF0000;\"><strong>}}\"</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>}</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">注:variables为定量,不可更改;key和xxx为变量,可自定义;</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">key可以替换为任意您规定需要的字段名称,例如\"name\";\"corp_token\",</span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#000000;\">部分与我们刚才在获取文本的“</span><span style=\"color:#00B050;\"><strong>分配给变量”输入的文本</strong></span><span style=\"color:#000000;\">保持一致,即“百度知道问答</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">本文以corp_token作为字段名称key的替换值进行演示</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.21%;\"><img src=\"/uploads/888_5b917ab198.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">完成后,点击保存,点击运行流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.43%;\"><img src=\"/uploads/00_6b3a0da8be.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即会自动跳转页面,抓取数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.78%;\"><img src=\"/uploads/123_a945d198d3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">然后我们在集简云端的数据流程中进行样本数据的获取</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤2:集简云端搭建流程【Webhook-ChatGPT-维格表】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_8a19dae87c.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2421\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击获取样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.08%;\"><img src=\"/uploads/2_7b6c6d8e72.png\"></figure><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即可获取到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.89%;\"><img src=\"/uploads/3_920ac2f735.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择执行应用-执行动作:OpenAI(ChatGPT)内置-提问ChatGPT</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.69%;\"><img src=\"/uploads/4_314cabd0bc.png\"></figure><p> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置字段匹配</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.03%;\"><img src=\"/uploads/5_a12bd90928.png\"></figure><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.31%;\"><img src=\"/uploads/6_939a1ec416.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们即可得到ChatGPT回答的一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.96%;\"><img src=\"/uploads/7_a44550e900.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-选择执行动作:维格表添加数据</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/8_fd07e2294a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配:选择相应的表单,插入问题和答案的变量,注意这里的答案需要插入content的纯文本格式</span></p><p> </p><figure class=\"image image_resized\" style=\"width:83.68%;\"><img src=\"/uploads/9_5f9b273fa3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据后,完成并保存流程。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/10_384063452c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这时,我们在维格表就会收到一条记录</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/11_c4419888f5.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤3:集简云端搭建流程【定时启动-循环执行-浏览器机器人】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/12_6520977dfb.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2422\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:16.8pt;\">1. <span style=\"color:#000000;\">选择触发动作-触发应用:定时启动任务,当每天指定时间启动时</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.9%;\"><img src=\"/uploads/13_4a3bcbd12e.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段设置:根据个人需求进行设置即可,比如我们想每天晚上12点云端执行机器人,设置如下</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.72%;\"><img src=\"/uploads/14_2ba8f1be00.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送样本数据,即可得到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.9%;\"><img src=\"/uploads/15_bf82bc246f.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">选择执行应用-执行动作,循环执行,通过数字拆分并执行流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.49%;\"><img src=\"/uploads/16_2fb2509307.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配,根据个人所需进行填写,我们这里设置100次</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.25%;\"><img src=\"/uploads/17_2e0a980978.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">发送数据,即可得到一个样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.61%;\"><img src=\"/uploads/18_6e64303708.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-执行动作,浏览器插件-云端执行浏览器机器人流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.57%;\"><img src=\"/uploads/19_4041b4e10c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择相应的机器人流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.68%;\"><img src=\"/uploads/20_f53ff9ff69.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据,显示发送成功</span></p><figure class=\"image\"><img src=\"/uploads/21_9e7479df73.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样我们两个流程就已经搭建成功了</span></p><figure class=\"image\"><img src=\"/uploads/22_776a036719.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p>",
"sort": null,
"usage": "case",
"published_at": "2023-03-09T06:34:00.000Z",
"created_at": "2023-03-09T05:41:08.000Z",
"updated_at": "2023-03-09T10:18:34.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9735,
"name": "liulanqichajian_364a5c3d47.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47_83ac2e0358",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47_83ac2e0358.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:41:47.000Z",
"updated_at": "2023-03-09T06:41:47.000Z"
},
"media": {
"id": 9736,
"name": "自定义大小 – 120.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 120.png",
"hash": "thumbnail_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 10.17,
"path": null,
"url": "/uploads/thumbnail_120_4745cfc7d1.png"
},
"large": {
"name": "large_自定义大小 – 120.png",
"hash": "large_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 67.61,
"path": null,
"url": "/uploads/large_120_4745cfc7d1.png"
},
"medium": {
"name": "medium_自定义大小 – 120.png",
"hash": "medium_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 46.29,
"path": null,
"url": "/uploads/medium_120_4745cfc7d1.png"
},
"small": {
"name": "small_自定义大小 – 120.png",
"hash": "small_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 27.3,
"path": null,
"url": "/uploads/small_120_4745cfc7d1.png"
}
},
"hash": "120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"size": 30.33,
"url": "/uploads/120_4745cfc7d1.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:44:24.000Z",
"updated_at": "2023-03-09T06:44:24.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 92,
"name": "循环执行",
"description": "<p>循环执行可以将步骤中的多条数据逐条推送到后续步骤中进行处理,一般常用于对查询搜索动作中获取的多个记录进行处理。</p>",
"popular": -23,
"published_at": "2021-10-25T05:41:11.000Z",
"created_at": "2021-10-25T05:41:08.000Z",
"updated_at": "2022-04-21T08:51:48.000Z",
"app_id": "131",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "批量同步数据",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3481,
"name": "loop.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "loop_1424a992b7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.01,
"url": "/uploads/loop_1424a992b7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:51:46.000Z",
"updated_at": "2022-04-21T08:51:46.000Z"
}
},
{
"id": 261,
"name": "浏览器插件",
"description": "<p>Chrome浏览器插件是集简云的一个内置应用,主要用于触发动作启动流程;可以快速获取当前页面的URL并支持在编辑流程时设置自定义字段;如,当用户在论坛进行相关资料查阅找到目标页面时可以通过该插件快速将当前页面的URL 标题等数据记录到自己的笔记产品比如notion中去。</p>",
"popular": null,
"published_at": "2022-03-31T11:32:00.000Z",
"created_at": "2022-03-31T11:32:00.000Z",
"updated_at": "2022-09-13T02:07:42.000Z",
"app_id": "240",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "集简云内置应用",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": 12,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3473,
"name": "liulanqichajian.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:46:22.000Z",
"updated_at": "2022-04-21T08:46:22.000Z"
}
}
]
[
{
"id": 7,
"name": "AI人工智能",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:27:24.000Z",
"created_at": "2022-05-20T08:13:20.000Z",
"updated_at": "2022-06-01T03:31:04.000Z",
"sort": 9
}
]
[
{
"id": 3142,
"key": null,
"published_at": "2022-08-26T10:10:57.000Z",
"created_at": "2022-08-26T10:10:57.000Z",
"updated_at": "2022-08-26T10:10:57.000Z",
"action_id": "2758",
"action_name": "通过数字拆分并执行流程",
"error": null,
"description": "按照用户设定的数字控制后续循环次数依次执行流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 5281,
"key": null,
"published_at": "2023-02-15T08:04:38.000Z",
"created_at": "2023-02-15T08:04:38.000Z",
"updated_at": "2023-02-15T08:04:38.000Z",
"action_id": "3495",
"action_name": "云端执行浏览器机器人流程",
"error": null,
"description": "在云端运行浏览器机器人流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-02-02T05:53:25.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null
}
]
[
{
"id": 22,
"title": "定时任务",
"sort": 2,
"scene": 5,
"published_at": "2022-12-08T09:02:11.000Z",
"created_at": "2022-12-08T09:02:10.000Z",
"updated_at": "2022-12-08T09:02:11.000Z",
"template": null,
"seo": []
},
{
"id": 24,
"title": "信息收集",
"sort": 4,
"scene": 5,
"published_at": "2022-12-08T09:02:32.000Z",
"created_at": "2022-12-08T09:02:31.000Z",
"updated_at": "2022-12-08T09:02:32.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
5
264
permission
2422
定时循环云端执行浏览器插件
<p>每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。</p>
zh-Hans
2023-03-09T02:35:18.000Z
2023-03-09T02:35:18.000Z
2023-09-29T08:32:50.000Z
fi4139zv
每天指定时间启动此流程,循环执行浏览器插件配置好的流程,自动云端执行。
anyone
2uqEwFC5WLbw
official
pc1265
passed
宋晓卉
fi4139zv
宋晓卉
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "按照用户设定的数字控制后续循环次数依次执行流程",
"app_id": 131,
"action_id": 2758,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在云端运行浏览器机器人流程",
"app_id": 240,
"action_id": 3495,
"action_type": "2",
"sort": "3",
"note": null
}
]
15
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"dropdown": false,
"help_txt": "循环执行可以将一组包含多个数据字段分隔开,并逐个推送到后续的流程步骤中,更多内容请查看<a href=\"https://www.jijyun.cn/help/detail/68\">(帮助中心)</a>",
"required": false,
"dynamic": false,
"label": "帮助说明",
"key": "help_instro",
"multiples": false,
"type": "copy"
},
{
"multiples": false,
"defaulttext": 1,
"dropdown": false,
"help_txt": "循环执行的开始位置,默认值为1:即从第一个字段值开始循环",
"label": "循环开始位置",
"type": "int",
"dynamic": false,
"key": "start_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "100,循环执行的结束位置数值",
"label": "循环结束位置",
"type": "int",
"dynamic": false,
"key": "end_index",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "每次循环增加的数值,例如:循环开始位置为1,递增值为10,那么循环位置变化依次为:1,11,21,31....",
"label": "循环递增值",
"type": "int",
"dynamic": false,
"key": "step_size",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例:10,如果不填写则循环全部,如果填写则循环指定次数",
"label": "循环次数",
"type": "int",
"dynamic": false,
"key": "loop_count",
"required": false
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "示例10,单位为秒。若不设置则不进行延迟",
"label": "循环延迟时间",
"type": "int",
"dynamic": false,
"key": "loop_delay",
"required": false
}
],
"3": [
{
"key": "tips",
"type": "copy",
"label": "提示",
"help_txt": "该机器人流程将在云端自动执行"
},
{
"key": "pid",
"label": "机器人流程",
"required": true,
"dropdown": true,
"choices": [],
"dynamic": true
}
]
}
[]
[
{
"id": 1012,
"title": "浏览器插件“云端执行“使用场景及操作步骤",
"preview": "集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。",
"content": "<h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>1 场景描述</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"background-color:#FFFFFF;color:#000000;\">集简云浏览器插件新增的“云端执行”功能,可以将我们的浏览器插件流程发布到集简云的服务器端自动运行,我们再也不用在电脑前等待流程运行了。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们以“<strong>定时云端执行浏览器插件,自动抓取百度知道上的问题,ChatGPT回答后自动录入到维格表中</strong>“流程为例进行演示。</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>适用场景:</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行市场调研或竞争分析,了解消费者或行业的问题热点和需求</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行专业领域的知识收集和整理,了解该领域的问题和解决方法</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行产品设计和开发时,需要考虑用户可能遇到的问题,以便改进产品</strong></span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>进行SEO优化时,需要收集相关问题,以便优化网站内容,提升搜索排名</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>2 最终实现效果</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">通过集简云,即可将下面整个流程轻松实现自动化运转:</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>1. 在指定时间点,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>定时</strong></span><span style=\"color:#000000;\"><strong>云端执行浏览器插件。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>2. 浏览器插件</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>打开百度知道网站,抓取需要回答的问题。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>3. </strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>发送问题给ChatGPT进行回答。</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>4. ChatGPT返回答案后,</strong></span><span style=\"color:hsl(270, 75%, 60%);\"><strong>自动</strong></span><span style=\"color:#000000;\"><strong>录入到维格表中相应的单元格中。</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样,我们第二天<strong>只需打开维格表</strong>就可以看到数据,<strong>无需人工再一一手动收集、汇总、紧盯流程运行,减少人工操作的时间和错误,提高数据处理效率</strong>。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_607c22437b.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h1 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>3 操作步骤</strong></span></h1><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>整体共需要3个步骤可以实现</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤1:Chrome端下载并配置集简云浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤2:集简云端搭建流程1:Webhook-ChatGPT-维格表</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\"><strong>步骤3:集简云端搭建流程2:定时启动-循环执行-浏览器插件</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤1:配置集简云浏览器插件</strong></span></h2><p style=\"margin-left:0pt;\"> </p><ol><li style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\">打开Chrome浏览器,右上角打开浏览器插件按钮,点击集简云,登录账号,选择企业。(如何下载安装浏览器插件,请点击查看:</span><a href=\"https://www.jijyun.cn/help/detail/284\"><span style=\"color:#1E6FFF;\"><u>https://www.jijyun.cn/help/detail/284</u></span></a><span style=\"color:#000000;\">)</span></li></ol><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:94.83%;\"><img src=\"/uploads/2_4f55921ea5.gif\"></figure><p style=\"margin-left:16.8pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">点击“流程后台”</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/3_3c18c8d412.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击\"新建工作流\"</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.33%;\"><img src=\"/uploads/4_a322d71572.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置好工作流的名称和描述,点击添加</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.88%;\"><img src=\"/uploads/5_131fb223e6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击刚创建的第一条工作流</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:87.1%;\"><img src=\"/uploads/6_492fcd91c4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">开始配置机器人:将右面的组件拖拽到核心区域:配置成【触发器-新建标签页-获取文本-HTTP请求】,然后将每个组件的2个点进行连接</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.31%;\"><img src=\"/uploads/7_52c35e928d.gif\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">如图</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.58%;\"><img src=\"/uploads/8_c8e0bafa17.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">接下来我们一一配置这4个组件</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>触发器:</strong>无需配置</span></p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>新建标签页:</strong>双击编辑,需要配置【新建标签页URL】1项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:85.09%;\"><img src=\"/uploads/9_c6e5aee09a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【新建标签页URL】:复制<strong>目标页</strong>的URL,比如百度知道的标签页URL</span><a href=\"https://zhidao.baidu.com/browse\"><span style=\"color:#1E6FFF;\"><u>https://zhidao.baidu.com/browse</u></span></a><span style=\"color:#000000;\">,粘贴到浏览器插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.47%;\"><img src=\"/uploads/10_d76e7513a6.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>获取文本:</strong>双击编辑,需要配置【CSS选择器】和【分配变量】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:88.32%;\"><img src=\"/uploads/2_d34027becd.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【CSS选择器】:在目标页面(百度知道)打开集简云浏览器插件,点击”元素选择器“</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.87%;\"><img src=\"/uploads/3_b0d9a2ce98.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">打开右上角的小眼睛,选择CSS Selector,将鼠标移动到目标元素(我们想抓取数据的部分),点击,目标元素就会变成红色框,出现相应的链接,我们复制,粘贴到浏览器插件CSS选择器下面</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.03%;\"><img src=\"/uploads/4_15289ff5ad.png\"></figure><p> </p><figure class=\"image image_resized\" style=\"width:77.22%;\"><img src=\"/uploads/5_c1a6afd1c1.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【分配给变量】:勾选后,可自定义填写内容(目前不设置填写规则,数字、文本均可),目的是为了与HTTP请求的Body项信息进行对应,比如我们这里先填写”百度知道问答“,那么后面的Body中的变量就需要填写“百度知道回答”</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.43%;\"><img src=\"/uploads/6_b505fb40c9.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">● <span style=\"color:#000000;\"><strong>HTTP请求:</strong>双击编辑,需要配置【请求方法】和【Body】2项信息</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.63%;\"><img src=\"/uploads/6_a044d17cfb.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【请求方法】:打开集简云端选择触发动作Webhook,在配置Webhook里面,复制链接,粘贴到插件中</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:90.01%;\"><img src=\"/uploads/7_49b71b5747.png\"></figure><figure class=\"image image_resized\" style=\"width:76.37%;\"><img src=\"/uploads/8_a9944b3a33.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">配置【Body】:点击黑色框</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:78.87%;\"><img src=\"/uploads/MTY_4_O_Dg1_Nj_Iz_ND_Mx_Mz_E0_Ng_974939_k2i_Zvgrj_xnn_LR_1k_1678257463_c42420c8b4.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">将下面这个object粘贴进去</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>{</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>\"</strong></span><span style=\"color:#00B0F0;\"><strong>key</strong></span><span style=\"color:#FF0000;\"><strong>\":\"{{variables.</strong></span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#FF0000;\"><strong>}}\"</strong></span></p><p style=\"margin-left:0pt;\"><span style=\"color:#FF0000;\"><strong>}</strong></span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">注:variables为定量,不可更改;key和xxx为变量,可自定义;</span></p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">key可以替换为任意您规定需要的字段名称,例如\"name\";\"corp_token\",</span><span style=\"color:#00B050;\"><strong>xxx</strong></span><span style=\"color:#000000;\">部分与我们刚才在获取文本的“</span><span style=\"color:#00B050;\"><strong>分配给变量”输入的文本</strong></span><span style=\"color:#000000;\">保持一致,即“百度知道问答</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">本文以corp_token作为字段名称key的替换值进行演示</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.21%;\"><img src=\"/uploads/888_5b917ab198.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">完成后,点击保存,点击运行流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.43%;\"><img src=\"/uploads/00_6b3a0da8be.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即会自动跳转页面,抓取数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.78%;\"><img src=\"/uploads/123_a945d198d3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">然后我们在集简云端的数据流程中进行样本数据的获取</span></p><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤2:集简云端搭建流程【Webhook-ChatGPT-维格表】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/1_8a19dae87c.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2421\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击获取样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.08%;\"><img src=\"/uploads/2_7b6c6d8e72.png\"></figure><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">即可获取到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.89%;\"><img src=\"/uploads/3_920ac2f735.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择执行应用-执行动作:OpenAI(ChatGPT)内置-提问ChatGPT</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:82.69%;\"><img src=\"/uploads/4_314cabd0bc.png\"></figure><p> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">设置字段匹配</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:86.03%;\"><img src=\"/uploads/5_a12bd90928.png\"></figure><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.31%;\"><img src=\"/uploads/6_939a1ec416.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">我们即可得到ChatGPT回答的一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.96%;\"><img src=\"/uploads/7_a44550e900.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-选择执行动作:维格表添加数据</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image\"><img src=\"/uploads/8_fd07e2294a.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配:选择相应的表单,插入问题和答案的变量,注意这里的答案需要插入content的纯文本格式</span></p><p> </p><figure class=\"image image_resized\" style=\"width:83.68%;\"><img src=\"/uploads/9_5f9b273fa3.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据后,完成并保存流程。</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/10_384063452c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这时,我们在维格表就会收到一条记录</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/11_c4419888f5.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p><h2 style=\"margin-left:0pt;\"><span style=\"color:#1A1A1A;\"><strong>步骤3:集简云端搭建流程【定时启动-循环执行-浏览器机器人】</strong></span></h2><p style=\"margin-left:0pt;\"> </p><figure class=\"image\"><img src=\"/uploads/12_6520977dfb.png\"></figure><p style=\"margin-left:0pt;text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/2422\"><span style=\"color:#1E6FFF;\"><u>点击模板,立即使用</u></span></a></p><p style=\"margin-left:0pt;text-align:center;\"> </p><p style=\"margin-left:16.8pt;\">1. <span style=\"color:#000000;\">选择触发动作-触发应用:定时启动任务,当每天指定时间启动时</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:75.9%;\"><img src=\"/uploads/13_4a3bcbd12e.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段设置:根据个人需求进行设置即可,比如我们想每天晚上12点云端执行机器人,设置如下</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:81.72%;\"><img src=\"/uploads/14_2ba8f1be00.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送样本数据,即可得到一条样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:79.9%;\"><img src=\"/uploads/15_bf82bc246f.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">2. <span style=\"color:#000000;\">选择执行应用-执行动作,循环执行,通过数字拆分并执行流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.49%;\"><img src=\"/uploads/16_2fb2509307.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">字段匹配,根据个人所需进行填写,我们这里设置100次</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:84.25%;\"><img src=\"/uploads/17_2e0a980978.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">发送数据,即可得到一个样本数据</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.61%;\"><img src=\"/uploads/18_6e64303708.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:16.8pt;\">3. <span style=\"color:#000000;\">选择执行应用-执行动作,浏览器插件-云端执行浏览器机器人流程</span></p><p style=\"margin-left:16.8pt;\"> </p><figure class=\"image image_resized\" style=\"width:83.57%;\"><img src=\"/uploads/19_4041b4e10c.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">选择相应的机器人流程</span></p><p style=\"margin-left:0pt;\"> </p><figure class=\"image image_resized\" style=\"width:80.68%;\"><img src=\"/uploads/20_f53ff9ff69.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">点击发送数据,显示发送成功</span></p><figure class=\"image\"><img src=\"/uploads/21_9e7479df73.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"><span style=\"color:#000000;\">这样我们两个流程就已经搭建成功了</span></p><figure class=\"image\"><img src=\"/uploads/22_776a036719.png\"></figure><p style=\"margin-left:0pt;\"> </p><p style=\"margin-left:0pt;\"> </p>",
"sort": null,
"usage": "case",
"published_at": "2023-03-09T06:34:00.000Z",
"created_at": "2023-03-09T05:41:08.000Z",
"updated_at": "2023-03-09T10:18:34.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9735,
"name": "liulanqichajian_364a5c3d47.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47_83ac2e0358",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47_83ac2e0358.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:41:47.000Z",
"updated_at": "2023-03-09T06:41:47.000Z"
},
"media": {
"id": 9736,
"name": "自定义大小 – 120.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 120.png",
"hash": "thumbnail_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 10.17,
"path": null,
"url": "/uploads/thumbnail_120_4745cfc7d1.png"
},
"large": {
"name": "large_自定义大小 – 120.png",
"hash": "large_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 67.61,
"path": null,
"url": "/uploads/large_120_4745cfc7d1.png"
},
"medium": {
"name": "medium_自定义大小 – 120.png",
"hash": "medium_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 46.29,
"path": null,
"url": "/uploads/medium_120_4745cfc7d1.png"
},
"small": {
"name": "small_自定义大小 – 120.png",
"hash": "small_120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 27.3,
"path": null,
"url": "/uploads/small_120_4745cfc7d1.png"
}
},
"hash": "120_4745cfc7d1",
"ext": ".png",
"mime": "image/png",
"size": 30.33,
"url": "/uploads/120_4745cfc7d1.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-09T06:44:24.000Z",
"updated_at": "2023-03-09T06:44:24.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 92,
"name": "循环执行",
"description": "<p>循环执行可以将步骤中的多条数据逐条推送到后续步骤中进行处理,一般常用于对查询搜索动作中获取的多个记录进行处理。</p>",
"popular": -23,
"published_at": "2021-10-25T05:41:11.000Z",
"created_at": "2021-10-25T05:41:08.000Z",
"updated_at": "2022-04-21T08:51:48.000Z",
"app_id": "131",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "批量同步数据",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3481,
"name": "loop.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "loop_1424a992b7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.01,
"url": "/uploads/loop_1424a992b7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:51:46.000Z",
"updated_at": "2022-04-21T08:51:46.000Z"
}
},
{
"id": 261,
"name": "浏览器插件",
"description": "<p>Chrome浏览器插件是集简云的一个内置应用,主要用于触发动作启动流程;可以快速获取当前页面的URL并支持在编辑流程时设置自定义字段;如,当用户在论坛进行相关资料查阅找到目标页面时可以通过该插件快速将当前页面的URL 标题等数据记录到自己的笔记产品比如notion中去。</p>",
"popular": null,
"published_at": "2022-03-31T11:32:00.000Z",
"created_at": "2022-03-31T11:32:00.000Z",
"updated_at": "2022-09-13T02:07:42.000Z",
"app_id": "240",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "集简云内置应用",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": 12,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3473,
"name": "liulanqichajian.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "liulanqichajian_364a5c3d47",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.78,
"url": "/uploads/liulanqichajian_364a5c3d47.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:46:22.000Z",
"updated_at": "2022-04-21T08:46:22.000Z"
}
}
]
[
{
"id": 7,
"name": "AI人工智能",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:27:24.000Z",
"created_at": "2022-05-20T08:13:20.000Z",
"updated_at": "2022-06-01T03:31:04.000Z",
"sort": 9
}
]
[
{
"id": 3142,
"key": null,
"published_at": "2022-08-26T10:10:57.000Z",
"created_at": "2022-08-26T10:10:57.000Z",
"updated_at": "2022-08-26T10:10:57.000Z",
"action_id": "2758",
"action_name": "通过数字拆分并执行流程",
"error": null,
"description": "按照用户设定的数字控制后续循环次数依次执行流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 5281,
"key": null,
"published_at": "2023-02-15T08:04:38.000Z",
"created_at": "2023-02-15T08:04:38.000Z",
"updated_at": "2023-02-15T08:04:38.000Z",
"action_id": "3495",
"action_name": "云端执行浏览器机器人流程",
"error": null,
"description": "在云端运行浏览器机器人流程",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-02-02T05:53:25.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null
}
]
[
{
"id": 22,
"title": "定时任务",
"sort": 2,
"scene": 5,
"published_at": "2022-12-08T09:02:11.000Z",
"created_at": "2022-12-08T09:02:10.000Z",
"updated_at": "2022-12-08T09:02:11.000Z",
"template": null,
"seo": []
},
{
"id": 24,
"title": "信息收集",
"sort": 4,
"scene": 5,
"published_at": "2022-12-08T09:02:32.000Z",
"created_at": "2022-12-08T09:02:31.000Z",
"updated_at": "2022-12-08T09:02:32.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
5
264