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

    案例文章

推荐的的流程模板
请稍后...
自定义您的业务流程
选择的触发与执行动作,建立自动化的业务流程。
当这个情况发生时触发动作
    做这件事情执行动作
      开始创建吧
      立即创建使用
      相关文章
    • Code 854 钉钉审批记录同步到维格表存储 <p>汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告</p> zh-Hans 2022-04-27T02:45:52.000Z 2022-04-27T02:45:52.000Z 2023-06-02T10:44:46.000Z 494 pj5174ao 汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告 anyone ydDHq0MFGjFQ official pc1265 passed 杨伟云 pj5174ao 杨伟云 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 391, "desc": "当审批任务开始时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 89, "action_type": "2", "sort": "3", "action_id": 241, "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "note": null }, { "app_id": 310, "action_type": "2", "sort": "4", "action_id": 364, "desc": "向维格表中添加数据", "note": null } ] 24 1.5 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "4": [ { "key": "viewid", "label": "视图筛选", "type": "string", "required": true, "dropdown": true, "choices": [ { "key": "viwdXw5urDnR8", "label": "测试表" }, { "key": "viwcyw2za5sFN", "label": "维格视图" }, { "key": "viwWjYhBDReEE", "label": "看板视图" } ], "dynamic": true } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 }, { "id": 9, "name": "人事管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:26.000Z", "created_at": "2022-05-30T07:21:18.000Z", "updated_at": "2022-06-01T03:31:12.000Z", "sort": 11 } ] [ { "id": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2021-11-24T06:44:05.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null }, { "id": 235, "key": null, "published_at": "2021-11-26T05:44:43.000Z", "created_at": "2021-11-26T05:44:42.000Z", "updated_at": "2021-11-26T05:44:43.000Z", "action_id": "364", "action_name": "添加数据", "error": null, "description": "添加维格表数据", "action_type": "action", "app": null, "template": null }, { "id": 353, "key": null, "published_at": "2021-11-29T09:57:48.000Z", "created_at": "2021-11-29T09:57:46.000Z", "updated_at": "2021-11-29T09:57:48.000Z", "action_id": "391", "action_name": "当审批任务开始时", "error": null, "description": "当钉钉(自建应用)有审批任务开始时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null } ] [] [] 34 22 81 83 106
    • Msg 854 钉钉审批记录同步到维格表存储 <p>汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告</p> zh-Hans 2022-04-27T02:45:52.000Z 2022-04-27T02:45:52.000Z 2023-06-02T10:44:46.000Z 494 pj5174ao 汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告 anyone ydDHq0MFGjFQ official pc1265 passed 杨伟云 pj5174ao 杨伟云 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 391, "desc": "当审批任务开始时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 89, "action_type": "2", "sort": "3", "action_id": 241, "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "note": null }, { "app_id": 310, "action_type": "2", "sort": "4", "action_id": 364, "desc": "向维格表中添加数据", "note": null } ] 24 1.5 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "4": [ { "key": "viewid", "label": "视图筛选", "type": "string", "required": true, "dropdown": true, "choices": [ { "key": "viwdXw5urDnR8", "label": "测试表" }, { "key": "viwcyw2za5sFN", "label": "维格视图" }, { "key": "viwWjYhBDReEE", "label": "看板视图" } ], "dynamic": true } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 }, { "id": 9, "name": "人事管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:26.000Z", "created_at": "2022-05-30T07:21:18.000Z", "updated_at": "2022-06-01T03:31:12.000Z", "sort": 11 } ] [ { "id": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2021-11-24T06:44:05.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null }, { "id": 235, "key": null, "published_at": "2021-11-26T05:44:43.000Z", "created_at": "2021-11-26T05:44:42.000Z", "updated_at": "2021-11-26T05:44:43.000Z", "action_id": "364", "action_name": "添加数据", "error": null, "description": "添加维格表数据", "action_type": "action", "app": null, "template": null }, { "id": 353, "key": null, "published_at": "2021-11-29T09:57:48.000Z", "created_at": "2021-11-29T09:57:46.000Z", "updated_at": "2021-11-29T09:57:48.000Z", "action_id": "391", "action_name": "当审批任务开始时", "error": null, "description": "当钉钉(自建应用)有审批任务开始时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null } ] [] [] 34 22 81 83 106
    • Data 854 钉钉审批记录同步到维格表存储 <p>汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告</p> zh-Hans 2022-04-27T02:45:52.000Z 2022-04-27T02:45:52.000Z 2023-06-02T10:44:46.000Z 494 pj5174ao 汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告 anyone ydDHq0MFGjFQ official pc1265 passed 杨伟云 pj5174ao 杨伟云 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 391, "desc": "当审批任务开始时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 89, "action_type": "2", "sort": "3", "action_id": 241, "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "note": null }, { "app_id": 310, "action_type": "2", "sort": "4", "action_id": 364, "desc": "向维格表中添加数据", "note": null } ] 24 1.5 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "4": [ { "key": "viewid", "label": "视图筛选", "type": "string", "required": true, "dropdown": true, "choices": [ { "key": "viwdXw5urDnR8", "label": "测试表" }, { "key": "viwcyw2za5sFN", "label": "维格视图" }, { "key": "viwWjYhBDReEE", "label": "看板视图" } ], "dynamic": true } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 }, { "id": 9, "name": "人事管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:26.000Z", "created_at": "2022-05-30T07:21:18.000Z", "updated_at": "2022-06-01T03:31:12.000Z", "sort": 11 } ] [ { "id": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2021-11-24T06:44:05.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null }, { "id": 235, "key": null, "published_at": "2021-11-26T05:44:43.000Z", "created_at": "2021-11-26T05:44:42.000Z", "updated_at": "2021-11-26T05:44:43.000Z", "action_id": "364", "action_name": "添加数据", "error": null, "description": "添加维格表数据", "action_type": "action", "app": null, "template": null }, { "id": 353, "key": null, "published_at": "2021-11-29T09:57:48.000Z", "created_at": "2021-11-29T09:57:46.000Z", "updated_at": "2021-11-29T09:57:48.000Z", "action_id": "391", "action_name": "当审批任务开始时", "error": null, "description": "当钉钉(自建应用)有审批任务开始时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null } ] [] [] 34 22 81 83 106
    • permission 854 钉钉审批记录同步到维格表存储 <p>汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告</p> zh-Hans 2022-04-27T02:45:52.000Z 2022-04-27T02:45:52.000Z 2023-06-02T10:44:46.000Z 494 pj5174ao 汇总审批记录,需要人工手动导出导入,耗费人力,还容易出错,用了此流程,员工提交钉钉审批信息自动记录并分析,生成自定义的数据库看板,配合维格表的计算字段功能自动统计审批信息生成数据报告 anyone ydDHq0MFGjFQ official pc1265 passed 杨伟云 pj5174ao 杨伟云 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 391, "desc": "当审批任务开始时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 89, "action_type": "2", "sort": "3", "action_id": 241, "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "note": null }, { "app_id": 310, "action_type": "2", "sort": "4", "action_id": 364, "desc": "向维格表中添加数据", "note": null } ] 24 1.5 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "4": [ { "key": "viewid", "label": "视图筛选", "type": "string", "required": true, "dropdown": true, "choices": [ { "key": "viwdXw5urDnR8", "label": "测试表" }, { "key": "viwcyw2za5sFN", "label": "维格视图" }, { "key": "viwWjYhBDReEE", "label": "看板视图" } ], "dynamic": true } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 }, { "id": 9, "name": "人事管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:26.000Z", "created_at": "2022-05-30T07:21:18.000Z", "updated_at": "2022-06-01T03:31:12.000Z", "sort": 11 } ] [ { "id": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2021-11-24T06:44:05.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null }, { "id": 235, "key": null, "published_at": "2021-11-26T05:44:43.000Z", "created_at": "2021-11-26T05:44:42.000Z", "updated_at": "2021-11-26T05:44:43.000Z", "action_id": "364", "action_name": "添加数据", "error": null, "description": "添加维格表数据", "action_type": "action", "app": null, "template": null }, { "id": 353, "key": null, "published_at": "2021-11-29T09:57:48.000Z", "created_at": "2021-11-29T09:57:46.000Z", "updated_at": "2021-11-29T09:57:48.000Z", "action_id": "391", "action_name": "当审批任务开始时", "error": null, "description": "当钉钉(自建应用)有审批任务开始时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null } ] [] [] 34 22 81 83 106