案例文章
推荐的的流程模板
请稍后...
Code
2079
聚水潭有新售后申请,自动同步至伙伴云创建售后申请单
<p>电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步</p>
zh-Hans
2023-01-02T06:52:52.000Z
2023-01-02T06:52:52.000Z
2023-10-26T02:09:29.000Z
el4061lf
电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步
anyone
JA08NDe81Biw
official
pc1265
passed
孙浩
fi4139zv
孙浩
[
{
"desc": "当账户内产生新的退货退款时",
"app_id": 1000215,
"action_id": 1003366,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_id": 15,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_id": 241,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "在指定表格中创建一条新数据",
"app_id": 316,
"action_id": 2102,
"action_type": "2",
"sort": "4",
"note": null
}
]
29
{
"id": 176,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单",
"url": "https://download.jijyun.cn/templates/2079.mp4",
"type": "templates",
"published_at": "2023-03-08T07:21:34.000Z",
"created_at": "2023-03-08T07:21:32.000Z",
"updated_at": "2023-04-24T09:00:52.000Z",
"app": null,
"template": 2079,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 9668,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"alternativeText": "",
"caption": "",
"width": 1920,
"height": 1080,
"formats": {
"thumbnail": {
"name": "thumbnail_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "thumbnail__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 138,
"size": 16.18,
"path": null,
"url": "/uploads/thumbnail__3fe7d34b1a.png"
},
"large": {
"name": "large_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "large__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 563,
"size": 90.35,
"path": null,
"url": "/uploads/large__3fe7d34b1a.png"
},
"medium": {
"name": "medium_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "medium__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 422,
"size": 64.83,
"path": null,
"url": "/uploads/medium__3fe7d34b1a.png"
},
"small": {
"name": "small_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "small__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 281,
"size": 39.13,
"path": null,
"url": "/uploads/small__3fe7d34b1a.png"
}
},
"hash": "_3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"size": 57.68,
"url": "/uploads/_3fe7d34b1a.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-08T07:21:20.000Z",
"updated_at": "2023-03-08T07:21:20.000Z"
}
}
false
3
{
"1": [],
"2": [],
"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": "space_id",
"label": "工作区ID",
"type": "string",
"required": true,
"dropdown": true,
"dynamic": true,
"choices": [
{
"key": "4000000004364504",
"label": "极简客户管理"
},
{
"key": "4000000005715207",
"label": "客户服务管理"
}
]
}
]
}
true
[]
[]
[
{
"id": 236,
"name": "聚水潭",
"description": "<p>聚水潭成立于2014年,创建之初以电商SaaS ERP切入市场,凭借出色的产品和服务,快速获得市场的肯定。随着客户需求的不断变化,如今聚水潭已经发展成为以SaaS ERP为核心,集多种商家服务为一体的SaaS协同平台。</p>",
"popular": 140,
"published_at": "2022-03-11T01:34:16.000Z",
"created_at": "2022-03-11T01:32:02.000Z",
"updated_at": "2023-08-01T10:37:09.000Z",
"app_id": "1000215",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "电商ERP系统",
"available": true,
"appid": null,
"website": "https://www.jushuitan.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 2622,
"name": "jushuitan.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "jushuitan_ab22f6cae3",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/jushuitan_ab22f6cae3.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-03-11T01:34:12.000Z",
"updated_at": "2022-03-11T01:34:12.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"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": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.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": 417,
"name": "伙伴云",
"description": "<p>伙伴云提供比云表格/在线Excel更灵活的权限管理和数据协作功能,搭配自动化工作流与大数据分析引擎,快速构建各类企业管理应用与绩效数据仪表盘,自己动手,5分钟配置一个业务场景,还能与微信完整打通。</p>",
"popular": 180,
"published_at": "2022-06-23T11:30:06.000Z",
"created_at": "2022-06-23T11:30:06.000Z",
"updated_at": "2022-06-24T01:53:24.000Z",
"app_id": "316",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "表单系统",
"available": true,
"appid": null,
"website": "https://www.huoban.com/",
"video": null,
"videos": 4,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4835,
"name": "https://apicontent.jijyun.cn/uploads/_db530905a3.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "db530905a3_b9feaf5618",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.14,
"url": "/uploads/db530905a3_b9feaf5618.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-24T00:52:05.000Z",
"updated_at": "2022-06-24T00:52:05.000Z"
}
}
]
[
{
"id": 1,
"name": "电商运营",
"locale": "zh-Hans",
"published_at": "2022-05-20T08:11:48.000Z",
"created_at": "2022-05-20T08:11:44.000Z",
"updated_at": "2022-06-01T03:33:00.000Z",
"sort": 3
}
]
[
{
"id": 4628,
"key": null,
"published_at": "2022-12-29T11:01:22.000Z",
"created_at": "2022-12-29T11:01:22.000Z",
"updated_at": "2022-12-29T11:01:22.000Z",
"action_id": "1003366",
"action_name": "当有新的售后申请时",
"error": null,
"description": "当账户内产生新的退货退款时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": null
},
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2217,
"key": null,
"published_at": "2022-06-23T11:30:17.000Z",
"created_at": "2022-06-23T11:30:17.000Z",
"updated_at": "2023-11-06T07:47:35.000Z",
"action_id": "2102",
"action_name": "新建数据",
"error": null,
"description": "创建新数据",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2102"
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-11-06T07:41:35.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null,
"action_key": "241"
}
]
[]
[]
100+
100+
96
13
73
Msg
2079
聚水潭有新售后申请,自动同步至伙伴云创建售后申请单
<p>电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步</p>
zh-Hans
2023-01-02T06:52:52.000Z
2023-01-02T06:52:52.000Z
2023-10-26T02:09:29.000Z
el4061lf
电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步
anyone
JA08NDe81Biw
official
pc1265
passed
孙浩
fi4139zv
孙浩
[
{
"desc": "当账户内产生新的退货退款时",
"app_id": 1000215,
"action_id": 1003366,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_id": 15,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_id": 241,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "在指定表格中创建一条新数据",
"app_id": 316,
"action_id": 2102,
"action_type": "2",
"sort": "4",
"note": null
}
]
29
{
"id": 176,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单",
"url": "https://download.jijyun.cn/templates/2079.mp4",
"type": "templates",
"published_at": "2023-03-08T07:21:34.000Z",
"created_at": "2023-03-08T07:21:32.000Z",
"updated_at": "2023-04-24T09:00:52.000Z",
"app": null,
"template": 2079,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 9668,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"alternativeText": "",
"caption": "",
"width": 1920,
"height": 1080,
"formats": {
"thumbnail": {
"name": "thumbnail_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "thumbnail__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 138,
"size": 16.18,
"path": null,
"url": "/uploads/thumbnail__3fe7d34b1a.png"
},
"large": {
"name": "large_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "large__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 563,
"size": 90.35,
"path": null,
"url": "/uploads/large__3fe7d34b1a.png"
},
"medium": {
"name": "medium_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "medium__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 422,
"size": 64.83,
"path": null,
"url": "/uploads/medium__3fe7d34b1a.png"
},
"small": {
"name": "small_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "small__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 281,
"size": 39.13,
"path": null,
"url": "/uploads/small__3fe7d34b1a.png"
}
},
"hash": "_3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"size": 57.68,
"url": "/uploads/_3fe7d34b1a.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-08T07:21:20.000Z",
"updated_at": "2023-03-08T07:21:20.000Z"
}
}
false
3
{
"1": [],
"2": [],
"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": "space_id",
"label": "工作区ID",
"type": "string",
"required": true,
"dropdown": true,
"dynamic": true,
"choices": [
{
"key": "4000000004364504",
"label": "极简客户管理"
},
{
"key": "4000000005715207",
"label": "客户服务管理"
}
]
}
]
}
true
[]
[]
[
{
"id": 236,
"name": "聚水潭",
"description": "<p>聚水潭成立于2014年,创建之初以电商SaaS ERP切入市场,凭借出色的产品和服务,快速获得市场的肯定。随着客户需求的不断变化,如今聚水潭已经发展成为以SaaS ERP为核心,集多种商家服务为一体的SaaS协同平台。</p>",
"popular": 140,
"published_at": "2022-03-11T01:34:16.000Z",
"created_at": "2022-03-11T01:32:02.000Z",
"updated_at": "2023-08-01T10:37:09.000Z",
"app_id": "1000215",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "电商ERP系统",
"available": true,
"appid": null,
"website": "https://www.jushuitan.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 2622,
"name": "jushuitan.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "jushuitan_ab22f6cae3",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/jushuitan_ab22f6cae3.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-03-11T01:34:12.000Z",
"updated_at": "2022-03-11T01:34:12.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"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": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.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": 417,
"name": "伙伴云",
"description": "<p>伙伴云提供比云表格/在线Excel更灵活的权限管理和数据协作功能,搭配自动化工作流与大数据分析引擎,快速构建各类企业管理应用与绩效数据仪表盘,自己动手,5分钟配置一个业务场景,还能与微信完整打通。</p>",
"popular": 180,
"published_at": "2022-06-23T11:30:06.000Z",
"created_at": "2022-06-23T11:30:06.000Z",
"updated_at": "2022-06-24T01:53:24.000Z",
"app_id": "316",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "表单系统",
"available": true,
"appid": null,
"website": "https://www.huoban.com/",
"video": null,
"videos": 4,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4835,
"name": "https://apicontent.jijyun.cn/uploads/_db530905a3.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "db530905a3_b9feaf5618",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.14,
"url": "/uploads/db530905a3_b9feaf5618.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-24T00:52:05.000Z",
"updated_at": "2022-06-24T00:52:05.000Z"
}
}
]
[
{
"id": 1,
"name": "电商运营",
"locale": "zh-Hans",
"published_at": "2022-05-20T08:11:48.000Z",
"created_at": "2022-05-20T08:11:44.000Z",
"updated_at": "2022-06-01T03:33:00.000Z",
"sort": 3
}
]
[
{
"id": 4628,
"key": null,
"published_at": "2022-12-29T11:01:22.000Z",
"created_at": "2022-12-29T11:01:22.000Z",
"updated_at": "2022-12-29T11:01:22.000Z",
"action_id": "1003366",
"action_name": "当有新的售后申请时",
"error": null,
"description": "当账户内产生新的退货退款时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": null
},
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2217,
"key": null,
"published_at": "2022-06-23T11:30:17.000Z",
"created_at": "2022-06-23T11:30:17.000Z",
"updated_at": "2023-11-06T07:47:35.000Z",
"action_id": "2102",
"action_name": "新建数据",
"error": null,
"description": "创建新数据",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2102"
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-11-06T07:41:35.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null,
"action_key": "241"
}
]
[]
[]
100+
100+
96
13
73
Data
2079
聚水潭有新售后申请,自动同步至伙伴云创建售后申请单
<p>电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步</p>
zh-Hans
2023-01-02T06:52:52.000Z
2023-01-02T06:52:52.000Z
2023-10-26T02:09:29.000Z
el4061lf
电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步
anyone
JA08NDe81Biw
official
pc1265
passed
孙浩
fi4139zv
孙浩
[
{
"desc": "当账户内产生新的退货退款时",
"app_id": 1000215,
"action_id": 1003366,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_id": 15,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_id": 241,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "在指定表格中创建一条新数据",
"app_id": 316,
"action_id": 2102,
"action_type": "2",
"sort": "4",
"note": null
}
]
29
{
"id": 176,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单",
"url": "https://download.jijyun.cn/templates/2079.mp4",
"type": "templates",
"published_at": "2023-03-08T07:21:34.000Z",
"created_at": "2023-03-08T07:21:32.000Z",
"updated_at": "2023-04-24T09:00:52.000Z",
"app": null,
"template": 2079,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 9668,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"alternativeText": "",
"caption": "",
"width": 1920,
"height": 1080,
"formats": {
"thumbnail": {
"name": "thumbnail_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "thumbnail__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 138,
"size": 16.18,
"path": null,
"url": "/uploads/thumbnail__3fe7d34b1a.png"
},
"large": {
"name": "large_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "large__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 563,
"size": 90.35,
"path": null,
"url": "/uploads/large__3fe7d34b1a.png"
},
"medium": {
"name": "medium_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "medium__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 422,
"size": 64.83,
"path": null,
"url": "/uploads/medium__3fe7d34b1a.png"
},
"small": {
"name": "small_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "small__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 281,
"size": 39.13,
"path": null,
"url": "/uploads/small__3fe7d34b1a.png"
}
},
"hash": "_3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"size": 57.68,
"url": "/uploads/_3fe7d34b1a.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-08T07:21:20.000Z",
"updated_at": "2023-03-08T07:21:20.000Z"
}
}
false
3
{
"1": [],
"2": [],
"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": "space_id",
"label": "工作区ID",
"type": "string",
"required": true,
"dropdown": true,
"dynamic": true,
"choices": [
{
"key": "4000000004364504",
"label": "极简客户管理"
},
{
"key": "4000000005715207",
"label": "客户服务管理"
}
]
}
]
}
true
[]
[]
[
{
"id": 236,
"name": "聚水潭",
"description": "<p>聚水潭成立于2014年,创建之初以电商SaaS ERP切入市场,凭借出色的产品和服务,快速获得市场的肯定。随着客户需求的不断变化,如今聚水潭已经发展成为以SaaS ERP为核心,集多种商家服务为一体的SaaS协同平台。</p>",
"popular": 140,
"published_at": "2022-03-11T01:34:16.000Z",
"created_at": "2022-03-11T01:32:02.000Z",
"updated_at": "2023-08-01T10:37:09.000Z",
"app_id": "1000215",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "电商ERP系统",
"available": true,
"appid": null,
"website": "https://www.jushuitan.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 2622,
"name": "jushuitan.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "jushuitan_ab22f6cae3",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/jushuitan_ab22f6cae3.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-03-11T01:34:12.000Z",
"updated_at": "2022-03-11T01:34:12.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"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": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.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": 417,
"name": "伙伴云",
"description": "<p>伙伴云提供比云表格/在线Excel更灵活的权限管理和数据协作功能,搭配自动化工作流与大数据分析引擎,快速构建各类企业管理应用与绩效数据仪表盘,自己动手,5分钟配置一个业务场景,还能与微信完整打通。</p>",
"popular": 180,
"published_at": "2022-06-23T11:30:06.000Z",
"created_at": "2022-06-23T11:30:06.000Z",
"updated_at": "2022-06-24T01:53:24.000Z",
"app_id": "316",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "表单系统",
"available": true,
"appid": null,
"website": "https://www.huoban.com/",
"video": null,
"videos": 4,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4835,
"name": "https://apicontent.jijyun.cn/uploads/_db530905a3.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "db530905a3_b9feaf5618",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.14,
"url": "/uploads/db530905a3_b9feaf5618.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-24T00:52:05.000Z",
"updated_at": "2022-06-24T00:52:05.000Z"
}
}
]
[
{
"id": 1,
"name": "电商运营",
"locale": "zh-Hans",
"published_at": "2022-05-20T08:11:48.000Z",
"created_at": "2022-05-20T08:11:44.000Z",
"updated_at": "2022-06-01T03:33:00.000Z",
"sort": 3
}
]
[
{
"id": 4628,
"key": null,
"published_at": "2022-12-29T11:01:22.000Z",
"created_at": "2022-12-29T11:01:22.000Z",
"updated_at": "2022-12-29T11:01:22.000Z",
"action_id": "1003366",
"action_name": "当有新的售后申请时",
"error": null,
"description": "当账户内产生新的退货退款时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": null
},
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2217,
"key": null,
"published_at": "2022-06-23T11:30:17.000Z",
"created_at": "2022-06-23T11:30:17.000Z",
"updated_at": "2023-11-06T07:47:35.000Z",
"action_id": "2102",
"action_name": "新建数据",
"error": null,
"description": "创建新数据",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2102"
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-11-06T07:41:35.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null,
"action_key": "241"
}
]
[]
[]
100+
100+
96
13
73
permission
2079
聚水潭有新售后申请,自动同步至伙伴云创建售后申请单
<p>电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步</p>
zh-Hans
2023-01-02T06:52:52.000Z
2023-01-02T06:52:52.000Z
2023-10-26T02:09:29.000Z
el4061lf
电商行业企业每当聚水潭中有新的售后申请时,通过集简云流程自动获取售后申请字段数据,并在伙伴云创建售后申请,实现售后单据的管理和实时同步
anyone
JA08NDe81Biw
official
pc1265
passed
孙浩
fi4139zv
孙浩
[
{
"desc": "当账户内产生新的退货退款时",
"app_id": 1000215,
"action_id": 1003366,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_id": 15,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_id": 241,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "在指定表格中创建一条新数据",
"app_id": 316,
"action_id": 2102,
"action_type": "2",
"sort": "4",
"note": null
}
]
29
{
"id": 176,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单",
"url": "https://download.jijyun.cn/templates/2079.mp4",
"type": "templates",
"published_at": "2023-03-08T07:21:34.000Z",
"created_at": "2023-03-08T07:21:32.000Z",
"updated_at": "2023-04-24T09:00:52.000Z",
"app": null,
"template": 2079,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 9668,
"name": "聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"alternativeText": "",
"caption": "",
"width": 1920,
"height": 1080,
"formats": {
"thumbnail": {
"name": "thumbnail_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "thumbnail__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 138,
"size": 16.18,
"path": null,
"url": "/uploads/thumbnail__3fe7d34b1a.png"
},
"large": {
"name": "large_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "large__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 563,
"size": 90.35,
"path": null,
"url": "/uploads/large__3fe7d34b1a.png"
},
"medium": {
"name": "medium_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "medium__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 422,
"size": 64.83,
"path": null,
"url": "/uploads/medium__3fe7d34b1a.png"
},
"small": {
"name": "small_聚水潭有新售后申请,自动同步至伙伴云创建售后申请单.png",
"hash": "small__3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 281,
"size": 39.13,
"path": null,
"url": "/uploads/small__3fe7d34b1a.png"
}
},
"hash": "_3fe7d34b1a",
"ext": ".png",
"mime": "image/png",
"size": 57.68,
"url": "/uploads/_3fe7d34b1a.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-08T07:21:20.000Z",
"updated_at": "2023-03-08T07:21:20.000Z"
}
}
false
3
{
"1": [],
"2": [],
"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": "space_id",
"label": "工作区ID",
"type": "string",
"required": true,
"dropdown": true,
"dynamic": true,
"choices": [
{
"key": "4000000004364504",
"label": "极简客户管理"
},
{
"key": "4000000005715207",
"label": "客户服务管理"
}
]
}
]
}
true
[]
[]
[
{
"id": 236,
"name": "聚水潭",
"description": "<p>聚水潭成立于2014年,创建之初以电商SaaS ERP切入市场,凭借出色的产品和服务,快速获得市场的肯定。随着客户需求的不断变化,如今聚水潭已经发展成为以SaaS ERP为核心,集多种商家服务为一体的SaaS协同平台。</p>",
"popular": 140,
"published_at": "2022-03-11T01:34:16.000Z",
"created_at": "2022-03-11T01:32:02.000Z",
"updated_at": "2023-08-01T10:37:09.000Z",
"app_id": "1000215",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "电商ERP系统",
"available": true,
"appid": null,
"website": "https://www.jushuitan.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 2622,
"name": "jushuitan.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "jushuitan_ab22f6cae3",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/jushuitan_ab22f6cae3.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-03-11T01:34:12.000Z",
"updated_at": "2022-03-11T01:34:12.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"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": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.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": 417,
"name": "伙伴云",
"description": "<p>伙伴云提供比云表格/在线Excel更灵活的权限管理和数据协作功能,搭配自动化工作流与大数据分析引擎,快速构建各类企业管理应用与绩效数据仪表盘,自己动手,5分钟配置一个业务场景,还能与微信完整打通。</p>",
"popular": 180,
"published_at": "2022-06-23T11:30:06.000Z",
"created_at": "2022-06-23T11:30:06.000Z",
"updated_at": "2022-06-24T01:53:24.000Z",
"app_id": "316",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "表单系统",
"available": true,
"appid": null,
"website": "https://www.huoban.com/",
"video": null,
"videos": 4,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4835,
"name": "https://apicontent.jijyun.cn/uploads/_db530905a3.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "db530905a3_b9feaf5618",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.14,
"url": "/uploads/db530905a3_b9feaf5618.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-24T00:52:05.000Z",
"updated_at": "2022-06-24T00:52:05.000Z"
}
}
]
[
{
"id": 1,
"name": "电商运营",
"locale": "zh-Hans",
"published_at": "2022-05-20T08:11:48.000Z",
"created_at": "2022-05-20T08:11:44.000Z",
"updated_at": "2022-06-01T03:33:00.000Z",
"sort": 3
}
]
[
{
"id": 4628,
"key": null,
"published_at": "2022-12-29T11:01:22.000Z",
"created_at": "2022-12-29T11:01:22.000Z",
"updated_at": "2022-12-29T11:01:22.000Z",
"action_id": "1003366",
"action_name": "当有新的售后申请时",
"error": null,
"description": "当账户内产生新的退货退款时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": null
},
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2217,
"key": null,
"published_at": "2022-06-23T11:30:17.000Z",
"created_at": "2022-06-23T11:30:17.000Z",
"updated_at": "2023-11-06T07:47:35.000Z",
"action_id": "2102",
"action_name": "新建数据",
"error": null,
"description": "创建新数据",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2102"
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-11-06T07:41:35.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null,
"action_key": "241"
}
]
[]
[]
100+
100+
96
13
73