• 当前模板排行信息
  • 周排行
  • 月排行
  • 季度排行
  • 年度排行

    教学视频

    案例文章

推荐的的流程模板
请稍后...
自定义您的业务流程
选择的触发与执行动作,建立自动化的业务流程。
当这个情况发生时触发动作
  • 当有满足条件的数据新增或更新时
    当有满足条件的数据新增或更新时同步数据并触发流程
  • 当有数据更新时(按自定义字段排序)
    当有数据更新时同步数据并触发流程
  • 当浏览器插件触发时
    当用户通过浏览器插件点击发送时触发流程
  • 当小程序上传图片时
    从集简云小程序上传图片时将会触发此步骤
  • 当小程序上传位置时
    从集简云小程序上传位置定位时将会触发此步骤
  • 当小程序上传文件时
    从集简云小程序上传文件时将会触发此步骤
  • 当小程序上传录音时
    从集简云小程序上传录音文件时将会触发此步骤
  • 当小程序上传数据时
    从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤
  • 当小程序上传图片智能识别数据时
    从集简云小程序中上传文字或图片、人像、票据等智能识别的结果数据时触发此步骤
做这件事情执行动作
  • 添加记录
    向维格表中添加数据
  • 修改数据
    修改维格表的数据
  • 上传附件
    像维格表中上传附件
  • 查询数据
    查询维格表中的数据
  • 公式搜索数据
    公式搜索数据
  • 通过文本分隔符拆分并循环执行
    当外部系统有查询任务时,通过循环执行汇总查询信息
  • 通过数组拆分并循环执行
    通过数组拆分并循环执行
  • 通过数字拆分并执行流程
    按照用户设定的数字控制后续循环次数依次执行流程
  • 汇总循环内数据
    将循环内的数据按照每次循环任务执行的结果进行汇总输出为一个数组 可以在后续步骤中插入数组使用
  • 发送消息弹窗
    使用浏览器插件发送浏览器消息弹窗
  • 执行网页机器人流程
    执行网页机器人流程
  • 云端执行浏览器机器人流程
    在云端运行浏览器机器人流程
  • 执行网页机器人流程
    执行网页机器人流程
  • 发送消息到小程序
    向您的集简云小程序中发送数据,数据将展示在“消息中心”。
开始创建吧
立即创建使用
相关文章
查看更多>
  • week 100+
  • month 78
  • quarter 36
  • year 36
  • user_name 谢晓鸣
  • used_count 1
  • shared_tem_count 70
  • Code 1650 浏览器插件教学(1) <p>集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。</p> zh-Hans 2022-09-29T05:22:43.000Z 2022-09-29T05:22:43.000Z 2023-03-07T03:22:50.000Z ay4830az 总共2个流程,这是第1个流程 集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。 anyone odWFkMnlwEkP official we3571 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "app_id": 1000218, "action_type": "1", "sort": "1", "action_id": 1000794, "note": null }, { "desc": "选择指定维格表根据全部字段或任意字段类型匹配查询数据详细信息", "app_id": 310, "action_type": "2", "sort": "2", "action_id": 366, "note": null }, { "desc": "通过文本字符对字段值进行拆分,拆分后的字段值将进行逐个执行", "app_id": 131, "action_type": "2", "sort": "3", "action_id": 501, "note": null }, { "desc": "执行网页机器人流程", "app_id": 240, "action_type": "2", "sort": "4", "action_id": 1935, "note": null } ] 1 false { "1": [], "2": [ { "key": "sheet_id", "label": "选择维格表", "dropdownTree": true, "required": true, "dynamic": true, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true }, { "label": "标识", "key": "flag", "defaulttext": "root_node" } ], "url": "/v1/api/application/newViKaTable/dropdownTree/nodesList", "choices": [] } ], "3": [ { "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" }, { "dropdown": false, "help_txt": "左边字段为字段的唯一识别ID,例如:key1,key2,key3,右边为待循环执行的字段值,可以插入变量值.", "required": true, "dynamic": false, "label": "循环执行字段设置", "key": "field_name", "multiples": false, "type": "dict" }, { "multiples": false, "defaulttext": ",", "dropdown": false, "help_txt": "分隔符用于分隔多个字段值以逐个推送到后续步骤", "label": "分隔符", "type": "string", "dynamic": false, "key": "separator", "required": false }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "如果拆分字段值后有包含空格,是否自动移除空格,默认为是", "label": "是否自动移除空格", "type": "boolean", "dynamic": false, "key": "whether_trim", "required": false }, { "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 } ], "4": [] } [] [] [ { "id": 266, "name": "集简云小程序", "description": "<p>通过集简云微信小程序上传图片,文件,位置,录音,或自定义格式的数据到集简云WEB平台中的自动流程中并触发运行,可实现随时随地触发运行集简云自动化业务流程的能力。如,场地安监、位置上报、拜访录音自动上传到业务系统等多种线下场景。</p>", "popular": null, "published_at": "2022-04-01T08:44:37.000Z", "created_at": "2022-04-01T08:06:32.000Z", "updated_at": "2023-02-20T07:34:51.000Z", "app_id": "1000218", "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": 9369, "name": "jijianyunxiaochengxu.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "jijianyunxiaochengxu_76f6f16ccc", "ext": ".svg", "mime": "image/svg+xml", "size": 1.79, "url": "/uploads/jijianyunxiaochengxu_76f6f16ccc.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-02-20T07:34:48.000Z", "updated_at": "2023-02-20T07:34:48.000Z" } }, { "id": 524, "name": "维格表", "description": "<p>维格表将过去复杂的IT数据库技术,做得像表格一样简单 ,可以将复杂的可视化数据库、电子表格、实时网络协同、低代码开发技术四合为一,1个维格表,满足团队协作、项目管理、数据协作等1000+场景,让所有工作连接和整合。</p>", "popular": 1, "published_at": "2022-07-25T08:32:52.000Z", "created_at": "2022-07-25T08:32:52.000Z", "updated_at": "2023-01-28T09:02:30.000Z", "app_id": "310", "category": "Teamwork", "locale": "zh-Hans", "short_description": "低代码应用表单系统", "available": true, "appid": null, "website": "https://vika.cn/", "video": null, "videos": null, "app_version": "1.0.1", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 5408, "name": "weigebiao_9542978808.svg", "alternativeText": "", "caption": "", "width": null, "height": null, "formats": null, "hash": "weigebiao_9542978808_c8cf818960", "ext": ".svg", "mime": "image/svg+xml", "size": 7.89, "url": "/uploads/weigebiao_9542978808_c8cf818960.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-07-25T08:39:11.000Z", "updated_at": "2022-07-25T08:39:11.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": 10, "name": "内容运营", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:29.000Z", "created_at": "2022-05-30T07:23:10.000Z", "updated_at": "2022-05-30T07:29:29.000Z", "sort": 7 }, { "id": 6, "name": "个人效率", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:23.000Z", "created_at": "2022-05-20T08:13:08.000Z", "updated_at": "2022-05-30T07:29:23.000Z", "sort": 6 } ] [ { "id": 1376, "key": null, "published_at": "2022-04-01T08:53:37.000Z", "created_at": "2022-04-01T08:53:34.000Z", "updated_at": "2022-04-01T08:53:43.000Z", "action_id": "1000794", "action_name": "当小程序上传数据时", "error": null, "description": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "action_type": "trigger", "app": null, "template": null }, { "id": 2295, "key": null, "published_at": "2022-06-30T11:30:17.000Z", "created_at": "2022-06-30T11:30:17.000Z", "updated_at": "2022-06-30T11:30:17.000Z", "action_id": "1935", "action_name": "执行网页机器人流程", "error": null, "description": "执行网页机器人流程", "action_type": "action", "app": null, "template": null }, { "id": 2719, "key": null, "published_at": "2022-07-25T08:33:21.000Z", "created_at": "2022-07-25T08:33:21.000Z", "updated_at": "2022-07-25T08:33:21.000Z", "action_id": "2434", "action_name": "查询数据", "error": null, "description": "查询维格表中的数据", "action_type": "action", "app": null, "template": null }, { "id": 422, "key": null, "published_at": "2021-11-30T06:25:32.000Z", "created_at": "2021-11-30T06:25:29.000Z", "updated_at": "2021-11-30T06:25:32.000Z", "action_id": "501", "action_name": "通过文本分隔符拆分并循环执行", "error": null, "description": "当外部系统有查询任务时,通过循环执行汇总查询信息", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 78 36 36 70
  • Msg 1650 浏览器插件教学(1) <p>集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。</p> zh-Hans 2022-09-29T05:22:43.000Z 2022-09-29T05:22:43.000Z 2023-03-07T03:22:50.000Z ay4830az 总共2个流程,这是第1个流程 集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。 anyone odWFkMnlwEkP official we3571 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "app_id": 1000218, "action_type": "1", "sort": "1", "action_id": 1000794, "note": null }, { "desc": "选择指定维格表根据全部字段或任意字段类型匹配查询数据详细信息", "app_id": 310, "action_type": "2", "sort": "2", "action_id": 366, "note": null }, { "desc": "通过文本字符对字段值进行拆分,拆分后的字段值将进行逐个执行", "app_id": 131, "action_type": "2", "sort": "3", "action_id": 501, "note": null }, { "desc": "执行网页机器人流程", "app_id": 240, "action_type": "2", "sort": "4", "action_id": 1935, "note": null } ] 1 false { "1": [], "2": [ { "key": "sheet_id", "label": "选择维格表", "dropdownTree": true, "required": true, "dynamic": true, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true }, { "label": "标识", "key": "flag", "defaulttext": "root_node" } ], "url": "/v1/api/application/newViKaTable/dropdownTree/nodesList", "choices": [] } ], "3": [ { "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" }, { "dropdown": false, "help_txt": "左边字段为字段的唯一识别ID,例如:key1,key2,key3,右边为待循环执行的字段值,可以插入变量值.", "required": true, "dynamic": false, "label": "循环执行字段设置", "key": "field_name", "multiples": false, "type": "dict" }, { "multiples": false, "defaulttext": ",", "dropdown": false, "help_txt": "分隔符用于分隔多个字段值以逐个推送到后续步骤", "label": "分隔符", "type": "string", "dynamic": false, "key": "separator", "required": false }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "如果拆分字段值后有包含空格,是否自动移除空格,默认为是", "label": "是否自动移除空格", "type": "boolean", "dynamic": false, "key": "whether_trim", "required": false }, { "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 } ], "4": [] } [] [] [ { "id": 266, "name": "集简云小程序", "description": "<p>通过集简云微信小程序上传图片,文件,位置,录音,或自定义格式的数据到集简云WEB平台中的自动流程中并触发运行,可实现随时随地触发运行集简云自动化业务流程的能力。如,场地安监、位置上报、拜访录音自动上传到业务系统等多种线下场景。</p>", "popular": null, "published_at": "2022-04-01T08:44:37.000Z", "created_at": "2022-04-01T08:06:32.000Z", "updated_at": "2023-02-20T07:34:51.000Z", "app_id": "1000218", "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": 9369, "name": "jijianyunxiaochengxu.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "jijianyunxiaochengxu_76f6f16ccc", "ext": ".svg", "mime": "image/svg+xml", "size": 1.79, "url": "/uploads/jijianyunxiaochengxu_76f6f16ccc.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-02-20T07:34:48.000Z", "updated_at": "2023-02-20T07:34:48.000Z" } }, { "id": 524, "name": "维格表", "description": "<p>维格表将过去复杂的IT数据库技术,做得像表格一样简单 ,可以将复杂的可视化数据库、电子表格、实时网络协同、低代码开发技术四合为一,1个维格表,满足团队协作、项目管理、数据协作等1000+场景,让所有工作连接和整合。</p>", "popular": 1, "published_at": "2022-07-25T08:32:52.000Z", "created_at": "2022-07-25T08:32:52.000Z", "updated_at": "2023-01-28T09:02:30.000Z", "app_id": "310", "category": "Teamwork", "locale": "zh-Hans", "short_description": "低代码应用表单系统", "available": true, "appid": null, "website": "https://vika.cn/", "video": null, "videos": null, "app_version": "1.0.1", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 5408, "name": "weigebiao_9542978808.svg", "alternativeText": "", "caption": "", "width": null, "height": null, "formats": null, "hash": "weigebiao_9542978808_c8cf818960", "ext": ".svg", "mime": "image/svg+xml", "size": 7.89, "url": "/uploads/weigebiao_9542978808_c8cf818960.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-07-25T08:39:11.000Z", "updated_at": "2022-07-25T08:39:11.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": 10, "name": "内容运营", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:29.000Z", "created_at": "2022-05-30T07:23:10.000Z", "updated_at": "2022-05-30T07:29:29.000Z", "sort": 7 }, { "id": 6, "name": "个人效率", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:23.000Z", "created_at": "2022-05-20T08:13:08.000Z", "updated_at": "2022-05-30T07:29:23.000Z", "sort": 6 } ] [ { "id": 1376, "key": null, "published_at": "2022-04-01T08:53:37.000Z", "created_at": "2022-04-01T08:53:34.000Z", "updated_at": "2022-04-01T08:53:43.000Z", "action_id": "1000794", "action_name": "当小程序上传数据时", "error": null, "description": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "action_type": "trigger", "app": null, "template": null }, { "id": 2295, "key": null, "published_at": "2022-06-30T11:30:17.000Z", "created_at": "2022-06-30T11:30:17.000Z", "updated_at": "2022-06-30T11:30:17.000Z", "action_id": "1935", "action_name": "执行网页机器人流程", "error": null, "description": "执行网页机器人流程", "action_type": "action", "app": null, "template": null }, { "id": 2719, "key": null, "published_at": "2022-07-25T08:33:21.000Z", "created_at": "2022-07-25T08:33:21.000Z", "updated_at": "2022-07-25T08:33:21.000Z", "action_id": "2434", "action_name": "查询数据", "error": null, "description": "查询维格表中的数据", "action_type": "action", "app": null, "template": null }, { "id": 422, "key": null, "published_at": "2021-11-30T06:25:32.000Z", "created_at": "2021-11-30T06:25:29.000Z", "updated_at": "2021-11-30T06:25:32.000Z", "action_id": "501", "action_name": "通过文本分隔符拆分并循环执行", "error": null, "description": "当外部系统有查询任务时,通过循环执行汇总查询信息", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 78 36 36 70
  • Data 1650 浏览器插件教学(1) <p>集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。</p> zh-Hans 2022-09-29T05:22:43.000Z 2022-09-29T05:22:43.000Z 2023-03-07T03:22:50.000Z ay4830az 总共2个流程,这是第1个流程 集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。 anyone odWFkMnlwEkP official we3571 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "app_id": 1000218, "action_type": "1", "sort": "1", "action_id": 1000794, "note": null }, { "desc": "选择指定维格表根据全部字段或任意字段类型匹配查询数据详细信息", "app_id": 310, "action_type": "2", "sort": "2", "action_id": 366, "note": null }, { "desc": "通过文本字符对字段值进行拆分,拆分后的字段值将进行逐个执行", "app_id": 131, "action_type": "2", "sort": "3", "action_id": 501, "note": null }, { "desc": "执行网页机器人流程", "app_id": 240, "action_type": "2", "sort": "4", "action_id": 1935, "note": null } ] 1 false { "1": [], "2": [ { "key": "sheet_id", "label": "选择维格表", "dropdownTree": true, "required": true, "dynamic": true, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true }, { "label": "标识", "key": "flag", "defaulttext": "root_node" } ], "url": "/v1/api/application/newViKaTable/dropdownTree/nodesList", "choices": [] } ], "3": [ { "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" }, { "dropdown": false, "help_txt": "左边字段为字段的唯一识别ID,例如:key1,key2,key3,右边为待循环执行的字段值,可以插入变量值.", "required": true, "dynamic": false, "label": "循环执行字段设置", "key": "field_name", "multiples": false, "type": "dict" }, { "multiples": false, "defaulttext": ",", "dropdown": false, "help_txt": "分隔符用于分隔多个字段值以逐个推送到后续步骤", "label": "分隔符", "type": "string", "dynamic": false, "key": "separator", "required": false }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "如果拆分字段值后有包含空格,是否自动移除空格,默认为是", "label": "是否自动移除空格", "type": "boolean", "dynamic": false, "key": "whether_trim", "required": false }, { "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 } ], "4": [] } [] [] [ { "id": 266, "name": "集简云小程序", "description": "<p>通过集简云微信小程序上传图片,文件,位置,录音,或自定义格式的数据到集简云WEB平台中的自动流程中并触发运行,可实现随时随地触发运行集简云自动化业务流程的能力。如,场地安监、位置上报、拜访录音自动上传到业务系统等多种线下场景。</p>", "popular": null, "published_at": "2022-04-01T08:44:37.000Z", "created_at": "2022-04-01T08:06:32.000Z", "updated_at": "2023-02-20T07:34:51.000Z", "app_id": "1000218", "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": 9369, "name": "jijianyunxiaochengxu.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "jijianyunxiaochengxu_76f6f16ccc", "ext": ".svg", "mime": "image/svg+xml", "size": 1.79, "url": "/uploads/jijianyunxiaochengxu_76f6f16ccc.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-02-20T07:34:48.000Z", "updated_at": "2023-02-20T07:34:48.000Z" } }, { "id": 524, "name": "维格表", "description": "<p>维格表将过去复杂的IT数据库技术,做得像表格一样简单 ,可以将复杂的可视化数据库、电子表格、实时网络协同、低代码开发技术四合为一,1个维格表,满足团队协作、项目管理、数据协作等1000+场景,让所有工作连接和整合。</p>", "popular": 1, "published_at": "2022-07-25T08:32:52.000Z", "created_at": "2022-07-25T08:32:52.000Z", "updated_at": "2023-01-28T09:02:30.000Z", "app_id": "310", "category": "Teamwork", "locale": "zh-Hans", "short_description": "低代码应用表单系统", "available": true, "appid": null, "website": "https://vika.cn/", "video": null, "videos": null, "app_version": "1.0.1", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 5408, "name": "weigebiao_9542978808.svg", "alternativeText": "", "caption": "", "width": null, "height": null, "formats": null, "hash": "weigebiao_9542978808_c8cf818960", "ext": ".svg", "mime": "image/svg+xml", "size": 7.89, "url": "/uploads/weigebiao_9542978808_c8cf818960.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-07-25T08:39:11.000Z", "updated_at": "2022-07-25T08:39:11.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": 10, "name": "内容运营", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:29.000Z", "created_at": "2022-05-30T07:23:10.000Z", "updated_at": "2022-05-30T07:29:29.000Z", "sort": 7 }, { "id": 6, "name": "个人效率", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:23.000Z", "created_at": "2022-05-20T08:13:08.000Z", "updated_at": "2022-05-30T07:29:23.000Z", "sort": 6 } ] [ { "id": 1376, "key": null, "published_at": "2022-04-01T08:53:37.000Z", "created_at": "2022-04-01T08:53:34.000Z", "updated_at": "2022-04-01T08:53:43.000Z", "action_id": "1000794", "action_name": "当小程序上传数据时", "error": null, "description": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "action_type": "trigger", "app": null, "template": null }, { "id": 2295, "key": null, "published_at": "2022-06-30T11:30:17.000Z", "created_at": "2022-06-30T11:30:17.000Z", "updated_at": "2022-06-30T11:30:17.000Z", "action_id": "1935", "action_name": "执行网页机器人流程", "error": null, "description": "执行网页机器人流程", "action_type": "action", "app": null, "template": null }, { "id": 2719, "key": null, "published_at": "2022-07-25T08:33:21.000Z", "created_at": "2022-07-25T08:33:21.000Z", "updated_at": "2022-07-25T08:33:21.000Z", "action_id": "2434", "action_name": "查询数据", "error": null, "description": "查询维格表中的数据", "action_type": "action", "app": null, "template": null }, { "id": 422, "key": null, "published_at": "2021-11-30T06:25:32.000Z", "created_at": "2021-11-30T06:25:29.000Z", "updated_at": "2021-11-30T06:25:32.000Z", "action_id": "501", "action_name": "通过文本分隔符拆分并循环执行", "error": null, "description": "当外部系统有查询任务时,通过循环执行汇总查询信息", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 78 36 36 70
  • permission 1650 浏览器插件教学(1) <p>集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。</p> zh-Hans 2022-09-29T05:22:43.000Z 2022-09-29T05:22:43.000Z 2023-03-07T03:22:50.000Z ay4830az 总共2个流程,这是第1个流程 集简云小程序当小程序上传数据时,从维格表查询到多条数据,使用循环执行分次提取数据,并把数据传给浏览器插件执行网页机器人流程。 anyone odWFkMnlwEkP official we3571 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "app_id": 1000218, "action_type": "1", "sort": "1", "action_id": 1000794, "note": null }, { "desc": "选择指定维格表根据全部字段或任意字段类型匹配查询数据详细信息", "app_id": 310, "action_type": "2", "sort": "2", "action_id": 366, "note": null }, { "desc": "通过文本字符对字段值进行拆分,拆分后的字段值将进行逐个执行", "app_id": 131, "action_type": "2", "sort": "3", "action_id": 501, "note": null }, { "desc": "执行网页机器人流程", "app_id": 240, "action_type": "2", "sort": "4", "action_id": 1935, "note": null } ] 1 false { "1": [], "2": [ { "key": "sheet_id", "label": "选择维格表", "dropdownTree": true, "required": true, "dynamic": true, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true }, { "label": "标识", "key": "flag", "defaulttext": "root_node" } ], "url": "/v1/api/application/newViKaTable/dropdownTree/nodesList", "choices": [] } ], "3": [ { "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" }, { "dropdown": false, "help_txt": "左边字段为字段的唯一识别ID,例如:key1,key2,key3,右边为待循环执行的字段值,可以插入变量值.", "required": true, "dynamic": false, "label": "循环执行字段设置", "key": "field_name", "multiples": false, "type": "dict" }, { "multiples": false, "defaulttext": ",", "dropdown": false, "help_txt": "分隔符用于分隔多个字段值以逐个推送到后续步骤", "label": "分隔符", "type": "string", "dynamic": false, "key": "separator", "required": false }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "如果拆分字段值后有包含空格,是否自动移除空格,默认为是", "label": "是否自动移除空格", "type": "boolean", "dynamic": false, "key": "whether_trim", "required": false }, { "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 } ], "4": [] } [] [] [ { "id": 266, "name": "集简云小程序", "description": "<p>通过集简云微信小程序上传图片,文件,位置,录音,或自定义格式的数据到集简云WEB平台中的自动流程中并触发运行,可实现随时随地触发运行集简云自动化业务流程的能力。如,场地安监、位置上报、拜访录音自动上传到业务系统等多种线下场景。</p>", "popular": null, "published_at": "2022-04-01T08:44:37.000Z", "created_at": "2022-04-01T08:06:32.000Z", "updated_at": "2023-02-20T07:34:51.000Z", "app_id": "1000218", "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": 9369, "name": "jijianyunxiaochengxu.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "jijianyunxiaochengxu_76f6f16ccc", "ext": ".svg", "mime": "image/svg+xml", "size": 1.79, "url": "/uploads/jijianyunxiaochengxu_76f6f16ccc.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-02-20T07:34:48.000Z", "updated_at": "2023-02-20T07:34:48.000Z" } }, { "id": 524, "name": "维格表", "description": "<p>维格表将过去复杂的IT数据库技术,做得像表格一样简单 ,可以将复杂的可视化数据库、电子表格、实时网络协同、低代码开发技术四合为一,1个维格表,满足团队协作、项目管理、数据协作等1000+场景,让所有工作连接和整合。</p>", "popular": 1, "published_at": "2022-07-25T08:32:52.000Z", "created_at": "2022-07-25T08:32:52.000Z", "updated_at": "2023-01-28T09:02:30.000Z", "app_id": "310", "category": "Teamwork", "locale": "zh-Hans", "short_description": "低代码应用表单系统", "available": true, "appid": null, "website": "https://vika.cn/", "video": null, "videos": null, "app_version": "1.0.1", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 5408, "name": "weigebiao_9542978808.svg", "alternativeText": "", "caption": "", "width": null, "height": null, "formats": null, "hash": "weigebiao_9542978808_c8cf818960", "ext": ".svg", "mime": "image/svg+xml", "size": 7.89, "url": "/uploads/weigebiao_9542978808_c8cf818960.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-07-25T08:39:11.000Z", "updated_at": "2022-07-25T08:39:11.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": 10, "name": "内容运营", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:29.000Z", "created_at": "2022-05-30T07:23:10.000Z", "updated_at": "2022-05-30T07:29:29.000Z", "sort": 7 }, { "id": 6, "name": "个人效率", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:23.000Z", "created_at": "2022-05-20T08:13:08.000Z", "updated_at": "2022-05-30T07:29:23.000Z", "sort": 6 } ] [ { "id": 1376, "key": null, "published_at": "2022-04-01T08:53:37.000Z", "created_at": "2022-04-01T08:53:34.000Z", "updated_at": "2022-04-01T08:53:43.000Z", "action_id": "1000794", "action_name": "当小程序上传数据时", "error": null, "description": "从集简云小程序填写在此步骤中配置的数据字段并发送时将会触发此步骤", "action_type": "trigger", "app": null, "template": null }, { "id": 2295, "key": null, "published_at": "2022-06-30T11:30:17.000Z", "created_at": "2022-06-30T11:30:17.000Z", "updated_at": "2022-06-30T11:30:17.000Z", "action_id": "1935", "action_name": "执行网页机器人流程", "error": null, "description": "执行网页机器人流程", "action_type": "action", "app": null, "template": null }, { "id": 2719, "key": null, "published_at": "2022-07-25T08:33:21.000Z", "created_at": "2022-07-25T08:33:21.000Z", "updated_at": "2022-07-25T08:33:21.000Z", "action_id": "2434", "action_name": "查询数据", "error": null, "description": "查询维格表中的数据", "action_type": "action", "app": null, "template": null }, { "id": 422, "key": null, "published_at": "2021-11-30T06:25:32.000Z", "created_at": "2021-11-30T06:25:29.000Z", "updated_at": "2021-11-30T06:25:32.000Z", "action_id": "501", "action_name": "通过文本分隔符拆分并循环执行", "error": null, "description": "当外部系统有查询任务时,通过循环执行汇总查询信息", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 78 36 36 70