-
- 当前模板排行信息
周排行
月排行
季度排行
年度排行
案例文章
推荐的的流程模板
请稍后...
Code
1501
每小时定时抖音账号发布的视频信息,每周日获取当周发布视频的数据(1)
<p>一共2个流程,<br>此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。</p>
zh-Hans
2022-08-31T08:46:05.000Z
2022-08-31T08:46:05.000Z
2023-09-27T09:49:23.000Z
ay4830az
一共2个流程,
此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。
anyone
5G4Zq8smMLQN
official
zv1036
passed
谢晓鸣
ay4830az
谢晓鸣
[
{
"desc": "当每小时整点启动时",
"app_id": 128,
"action_type": "1",
"sort": "1",
"action_id": 491,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "2",
"action_id": 241,
"note": null
},
{
"desc": "对步骤中的数值字段进行计算(加减乘除)",
"app_id": 90,
"action_type": "2",
"sort": "3",
"action_id": 242,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "4",
"action_id": 665,
"note": null
},
{
"desc": "查询抖音视频列表数据",
"app_id": 94,
"action_type": "2",
"sort": "5",
"action_id": 2515,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "6",
"action_id": 241,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "7",
"action_id": 665,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "8",
"action_id": 771,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "9",
"action_id": 771,
"note": null
}
]
31
5
{
"1": [
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"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": "天"
}
]
}
],
"3": [
{
"label": "选择计算方式",
"key": "calculus_type",
"dropdown": true,
"required": true,
"choices": [
{
"value": "add",
"label": "加法"
},
{
"value": "sub",
"label": "减法"
},
{
"value": "mul",
"label": "乘法"
},
{
"value": "div",
"label": "除法"
}
]
},
{
"label": "输入计算字段",
"key": "numbers",
"multiples": true,
"required": true,
"help_txt": "可以选择上述步骤中的变量字段或者手动输入数值,也可以两者混合,可以在数值字段前输入负号- 转换数值正负,可以在数值字段后面增加小数点. 为数值添加小数点符合. 为数值增加小数位数。"
}
],
"4": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"5": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 200
},
{
"label": "筛选时间",
"key": "create_at",
"type": "string",
"help_txt": "筛选出创建时间在该时间之后的数据,示例:\"2022-07-10 12:10:30\""
}
],
"6": [
{
"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": "天"
}
]
}
],
"7": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"8": [],
"9": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
],
"10": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
]
}
[]
[]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 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": 53,
"name": "字段计算",
"description": "<p>字段计算是集简云的内置应用,可以在计算不同应用步骤直接的数值字段,例如做用户积分计算,总消费金额计算,活跃度计算等。</p>",
"popular": -21,
"published_at": "2021-10-25T03:27:48.000Z",
"created_at": "2021-10-25T03:27:45.000Z",
"updated_at": "2022-04-21T08:55:44.000Z",
"app_id": "90",
"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": 3484,
"name": "calculation.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "calculation_987343b533",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.36,
"url": "/uploads/calculation_987343b533.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:43.000Z",
"updated_at": "2022-04-21T08:55:43.000Z"
}
},
{
"id": 106,
"name": "字段查询",
"description": "<p>字段查询是集简云的一个内置应用,可做为执行应用使用。其主要功能是设置一个字段列表进行字段匹配关系查询。</p>",
"popular": -20,
"published_at": "2021-10-25T06:04:16.000Z",
"created_at": "2021-10-25T06:04:14.000Z",
"updated_at": "2022-08-10T03:32:26.000Z",
"app_id": "148",
"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": 3482,
"name": "ziduanchaxun.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "ziduanchaxun_1c0c5dd6d7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.74,
"url": "/uploads/ziduanchaxun_1c0c5dd6d7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:13.000Z",
"updated_at": "2022-04-21T08:55:13.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 151,
"name": "飞书云文档",
"description": "<p>飞书云文档支持多人协作编辑文档,内容实时云端同步,随时随地办公协作无压力。移动端独特的块级菜单,让你可以基于整段文字进行操作,阅读编辑更高效。</p>",
"popular": 197,
"published_at": "2021-12-28T02:58:48.000Z",
"created_at": "2021-12-28T02:48:57.000Z",
"updated_at": "2023-04-26T10:38:58.000Z",
"app_id": "177",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "在线文档",
"available": true,
"appid": null,
"website": "https://docs.feishu.cn/",
"video": null,
"videos": 37,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4497,
"name": "feishuwendang.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "feishuwendang_e8be280536",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.98,
"url": "/uploads/feishuwendang_e8be280536.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-09T06:02:54.000Z",
"updated_at": "2022-06-09T06:02:54.000Z"
}
}
]
[
{
"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": 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": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2021-11-24T06:19:25.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-08-14T09:05:48.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 56,
"key": null,
"published_at": "2021-11-24T06:44:54.000Z",
"created_at": "2021-11-24T06:44:52.000Z",
"updated_at": "2021-11-24T06:44:54.000Z",
"action_id": "242",
"action_name": "字段计算",
"error": null,
"description": "对步骤中的数值字段进行计算(加减乘除)",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 2778,
"key": null,
"published_at": "2022-07-27T09:28:35.000Z",
"created_at": "2022-07-27T09:28:35.000Z",
"updated_at": "2022-07-27T09:28:35.000Z",
"action_id": "2515",
"action_name": "查询视频列表",
"error": null,
"description": "查询抖音视频列表数据",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 414,
"key": null,
"published_at": "2021-11-30T05:50:15.000Z",
"created_at": "2021-11-30T05:50:12.000Z",
"updated_at": "2023-02-02T05:56:07.000Z",
"action_id": "491",
"action_name": "当每小时整点启动时",
"error": null,
"description": "当每小时整点启动时",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 538,
"key": null,
"published_at": "2021-11-30T07:42:19.000Z",
"created_at": "2021-11-30T07:42:17.000Z",
"updated_at": "2022-08-10T03:30:36.000Z",
"action_id": "665",
"action_name": "设置匹配关系",
"error": null,
"description": "根据字段内容进行设置匹配关系",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 643,
"key": null,
"published_at": "2022-01-18T10:40:48.000Z",
"created_at": "2022-01-18T10:40:46.000Z",
"updated_at": "2022-06-09T11:30:54.000Z",
"action_id": "771",
"action_name": "新增记录(多维表格)",
"error": null,
"description": "根据选择数据表新增记录",
"action_type": "action",
"app": null,
"template": null
}
]
[
{
"id": 44,
"title": "评论管理",
"sort": 3,
"scene": 10,
"published_at": "2022-12-08T09:27:55.000Z",
"created_at": "2022-12-08T09:27:54.000Z",
"updated_at": "2022-12-08T09:27:55.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
29
71
Msg
1501
每小时定时抖音账号发布的视频信息,每周日获取当周发布视频的数据(1)
<p>一共2个流程,<br>此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。</p>
zh-Hans
2022-08-31T08:46:05.000Z
2022-08-31T08:46:05.000Z
2023-09-27T09:49:23.000Z
ay4830az
一共2个流程,
此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。
anyone
5G4Zq8smMLQN
official
zv1036
passed
谢晓鸣
ay4830az
谢晓鸣
[
{
"desc": "当每小时整点启动时",
"app_id": 128,
"action_type": "1",
"sort": "1",
"action_id": 491,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "2",
"action_id": 241,
"note": null
},
{
"desc": "对步骤中的数值字段进行计算(加减乘除)",
"app_id": 90,
"action_type": "2",
"sort": "3",
"action_id": 242,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "4",
"action_id": 665,
"note": null
},
{
"desc": "查询抖音视频列表数据",
"app_id": 94,
"action_type": "2",
"sort": "5",
"action_id": 2515,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "6",
"action_id": 241,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "7",
"action_id": 665,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "8",
"action_id": 771,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "9",
"action_id": 771,
"note": null
}
]
31
5
{
"1": [
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"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": "天"
}
]
}
],
"3": [
{
"label": "选择计算方式",
"key": "calculus_type",
"dropdown": true,
"required": true,
"choices": [
{
"value": "add",
"label": "加法"
},
{
"value": "sub",
"label": "减法"
},
{
"value": "mul",
"label": "乘法"
},
{
"value": "div",
"label": "除法"
}
]
},
{
"label": "输入计算字段",
"key": "numbers",
"multiples": true,
"required": true,
"help_txt": "可以选择上述步骤中的变量字段或者手动输入数值,也可以两者混合,可以在数值字段前输入负号- 转换数值正负,可以在数值字段后面增加小数点. 为数值添加小数点符合. 为数值增加小数位数。"
}
],
"4": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"5": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 200
},
{
"label": "筛选时间",
"key": "create_at",
"type": "string",
"help_txt": "筛选出创建时间在该时间之后的数据,示例:\"2022-07-10 12:10:30\""
}
],
"6": [
{
"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": "天"
}
]
}
],
"7": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"8": [],
"9": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
],
"10": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
]
}
[]
[]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 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": 53,
"name": "字段计算",
"description": "<p>字段计算是集简云的内置应用,可以在计算不同应用步骤直接的数值字段,例如做用户积分计算,总消费金额计算,活跃度计算等。</p>",
"popular": -21,
"published_at": "2021-10-25T03:27:48.000Z",
"created_at": "2021-10-25T03:27:45.000Z",
"updated_at": "2022-04-21T08:55:44.000Z",
"app_id": "90",
"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": 3484,
"name": "calculation.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "calculation_987343b533",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.36,
"url": "/uploads/calculation_987343b533.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:43.000Z",
"updated_at": "2022-04-21T08:55:43.000Z"
}
},
{
"id": 106,
"name": "字段查询",
"description": "<p>字段查询是集简云的一个内置应用,可做为执行应用使用。其主要功能是设置一个字段列表进行字段匹配关系查询。</p>",
"popular": -20,
"published_at": "2021-10-25T06:04:16.000Z",
"created_at": "2021-10-25T06:04:14.000Z",
"updated_at": "2022-08-10T03:32:26.000Z",
"app_id": "148",
"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": 3482,
"name": "ziduanchaxun.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "ziduanchaxun_1c0c5dd6d7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.74,
"url": "/uploads/ziduanchaxun_1c0c5dd6d7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:13.000Z",
"updated_at": "2022-04-21T08:55:13.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 151,
"name": "飞书云文档",
"description": "<p>飞书云文档支持多人协作编辑文档,内容实时云端同步,随时随地办公协作无压力。移动端独特的块级菜单,让你可以基于整段文字进行操作,阅读编辑更高效。</p>",
"popular": 197,
"published_at": "2021-12-28T02:58:48.000Z",
"created_at": "2021-12-28T02:48:57.000Z",
"updated_at": "2023-04-26T10:38:58.000Z",
"app_id": "177",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "在线文档",
"available": true,
"appid": null,
"website": "https://docs.feishu.cn/",
"video": null,
"videos": 37,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4497,
"name": "feishuwendang.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "feishuwendang_e8be280536",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.98,
"url": "/uploads/feishuwendang_e8be280536.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-09T06:02:54.000Z",
"updated_at": "2022-06-09T06:02:54.000Z"
}
}
]
[
{
"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": 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": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2021-11-24T06:19:25.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-08-14T09:05:48.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 56,
"key": null,
"published_at": "2021-11-24T06:44:54.000Z",
"created_at": "2021-11-24T06:44:52.000Z",
"updated_at": "2021-11-24T06:44:54.000Z",
"action_id": "242",
"action_name": "字段计算",
"error": null,
"description": "对步骤中的数值字段进行计算(加减乘除)",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 2778,
"key": null,
"published_at": "2022-07-27T09:28:35.000Z",
"created_at": "2022-07-27T09:28:35.000Z",
"updated_at": "2022-07-27T09:28:35.000Z",
"action_id": "2515",
"action_name": "查询视频列表",
"error": null,
"description": "查询抖音视频列表数据",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 414,
"key": null,
"published_at": "2021-11-30T05:50:15.000Z",
"created_at": "2021-11-30T05:50:12.000Z",
"updated_at": "2023-02-02T05:56:07.000Z",
"action_id": "491",
"action_name": "当每小时整点启动时",
"error": null,
"description": "当每小时整点启动时",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 538,
"key": null,
"published_at": "2021-11-30T07:42:19.000Z",
"created_at": "2021-11-30T07:42:17.000Z",
"updated_at": "2022-08-10T03:30:36.000Z",
"action_id": "665",
"action_name": "设置匹配关系",
"error": null,
"description": "根据字段内容进行设置匹配关系",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 643,
"key": null,
"published_at": "2022-01-18T10:40:48.000Z",
"created_at": "2022-01-18T10:40:46.000Z",
"updated_at": "2022-06-09T11:30:54.000Z",
"action_id": "771",
"action_name": "新增记录(多维表格)",
"error": null,
"description": "根据选择数据表新增记录",
"action_type": "action",
"app": null,
"template": null
}
]
[
{
"id": 44,
"title": "评论管理",
"sort": 3,
"scene": 10,
"published_at": "2022-12-08T09:27:55.000Z",
"created_at": "2022-12-08T09:27:54.000Z",
"updated_at": "2022-12-08T09:27:55.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
29
71
Data
1501
每小时定时抖音账号发布的视频信息,每周日获取当周发布视频的数据(1)
<p>一共2个流程,<br>此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。</p>
zh-Hans
2022-08-31T08:46:05.000Z
2022-08-31T08:46:05.000Z
2023-09-27T09:49:23.000Z
ay4830az
一共2个流程,
此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。
anyone
5G4Zq8smMLQN
official
zv1036
passed
谢晓鸣
ay4830az
谢晓鸣
[
{
"desc": "当每小时整点启动时",
"app_id": 128,
"action_type": "1",
"sort": "1",
"action_id": 491,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "2",
"action_id": 241,
"note": null
},
{
"desc": "对步骤中的数值字段进行计算(加减乘除)",
"app_id": 90,
"action_type": "2",
"sort": "3",
"action_id": 242,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "4",
"action_id": 665,
"note": null
},
{
"desc": "查询抖音视频列表数据",
"app_id": 94,
"action_type": "2",
"sort": "5",
"action_id": 2515,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "6",
"action_id": 241,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "7",
"action_id": 665,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "8",
"action_id": 771,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "9",
"action_id": 771,
"note": null
}
]
31
5
{
"1": [
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"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": "天"
}
]
}
],
"3": [
{
"label": "选择计算方式",
"key": "calculus_type",
"dropdown": true,
"required": true,
"choices": [
{
"value": "add",
"label": "加法"
},
{
"value": "sub",
"label": "减法"
},
{
"value": "mul",
"label": "乘法"
},
{
"value": "div",
"label": "除法"
}
]
},
{
"label": "输入计算字段",
"key": "numbers",
"multiples": true,
"required": true,
"help_txt": "可以选择上述步骤中的变量字段或者手动输入数值,也可以两者混合,可以在数值字段前输入负号- 转换数值正负,可以在数值字段后面增加小数点. 为数值添加小数点符合. 为数值增加小数位数。"
}
],
"4": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"5": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 200
},
{
"label": "筛选时间",
"key": "create_at",
"type": "string",
"help_txt": "筛选出创建时间在该时间之后的数据,示例:\"2022-07-10 12:10:30\""
}
],
"6": [
{
"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": "天"
}
]
}
],
"7": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"8": [],
"9": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
],
"10": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
]
}
[]
[]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 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": 53,
"name": "字段计算",
"description": "<p>字段计算是集简云的内置应用,可以在计算不同应用步骤直接的数值字段,例如做用户积分计算,总消费金额计算,活跃度计算等。</p>",
"popular": -21,
"published_at": "2021-10-25T03:27:48.000Z",
"created_at": "2021-10-25T03:27:45.000Z",
"updated_at": "2022-04-21T08:55:44.000Z",
"app_id": "90",
"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": 3484,
"name": "calculation.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "calculation_987343b533",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.36,
"url": "/uploads/calculation_987343b533.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:43.000Z",
"updated_at": "2022-04-21T08:55:43.000Z"
}
},
{
"id": 106,
"name": "字段查询",
"description": "<p>字段查询是集简云的一个内置应用,可做为执行应用使用。其主要功能是设置一个字段列表进行字段匹配关系查询。</p>",
"popular": -20,
"published_at": "2021-10-25T06:04:16.000Z",
"created_at": "2021-10-25T06:04:14.000Z",
"updated_at": "2022-08-10T03:32:26.000Z",
"app_id": "148",
"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": 3482,
"name": "ziduanchaxun.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "ziduanchaxun_1c0c5dd6d7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.74,
"url": "/uploads/ziduanchaxun_1c0c5dd6d7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:13.000Z",
"updated_at": "2022-04-21T08:55:13.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 151,
"name": "飞书云文档",
"description": "<p>飞书云文档支持多人协作编辑文档,内容实时云端同步,随时随地办公协作无压力。移动端独特的块级菜单,让你可以基于整段文字进行操作,阅读编辑更高效。</p>",
"popular": 197,
"published_at": "2021-12-28T02:58:48.000Z",
"created_at": "2021-12-28T02:48:57.000Z",
"updated_at": "2023-04-26T10:38:58.000Z",
"app_id": "177",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "在线文档",
"available": true,
"appid": null,
"website": "https://docs.feishu.cn/",
"video": null,
"videos": 37,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4497,
"name": "feishuwendang.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "feishuwendang_e8be280536",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.98,
"url": "/uploads/feishuwendang_e8be280536.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-09T06:02:54.000Z",
"updated_at": "2022-06-09T06:02:54.000Z"
}
}
]
[
{
"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": 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": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2021-11-24T06:19:25.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-08-14T09:05:48.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 56,
"key": null,
"published_at": "2021-11-24T06:44:54.000Z",
"created_at": "2021-11-24T06:44:52.000Z",
"updated_at": "2021-11-24T06:44:54.000Z",
"action_id": "242",
"action_name": "字段计算",
"error": null,
"description": "对步骤中的数值字段进行计算(加减乘除)",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 2778,
"key": null,
"published_at": "2022-07-27T09:28:35.000Z",
"created_at": "2022-07-27T09:28:35.000Z",
"updated_at": "2022-07-27T09:28:35.000Z",
"action_id": "2515",
"action_name": "查询视频列表",
"error": null,
"description": "查询抖音视频列表数据",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 414,
"key": null,
"published_at": "2021-11-30T05:50:15.000Z",
"created_at": "2021-11-30T05:50:12.000Z",
"updated_at": "2023-02-02T05:56:07.000Z",
"action_id": "491",
"action_name": "当每小时整点启动时",
"error": null,
"description": "当每小时整点启动时",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 538,
"key": null,
"published_at": "2021-11-30T07:42:19.000Z",
"created_at": "2021-11-30T07:42:17.000Z",
"updated_at": "2022-08-10T03:30:36.000Z",
"action_id": "665",
"action_name": "设置匹配关系",
"error": null,
"description": "根据字段内容进行设置匹配关系",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 643,
"key": null,
"published_at": "2022-01-18T10:40:48.000Z",
"created_at": "2022-01-18T10:40:46.000Z",
"updated_at": "2022-06-09T11:30:54.000Z",
"action_id": "771",
"action_name": "新增记录(多维表格)",
"error": null,
"description": "根据选择数据表新增记录",
"action_type": "action",
"app": null,
"template": null
}
]
[
{
"id": 44,
"title": "评论管理",
"sort": 3,
"scene": 10,
"published_at": "2022-12-08T09:27:55.000Z",
"created_at": "2022-12-08T09:27:54.000Z",
"updated_at": "2022-12-08T09:27:55.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
29
71
permission
1501
每小时定时抖音账号发布的视频信息,每周日获取当周发布视频的数据(1)
<p>一共2个流程,<br>此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。</p>
zh-Hans
2022-08-31T08:46:05.000Z
2022-08-31T08:46:05.000Z
2023-09-27T09:49:23.000Z
ay4830az
一共2个流程,
此流程为第一个流程:定时启动任务当每小时整点启动时,通过日期时间格式变更,字段计算字段计算,字段查询设置匹配关系,使抖音查询前一小时内的发布视频内容,并将数据记录在飞书云文档的多为表格中。
anyone
5G4Zq8smMLQN
official
zv1036
passed
谢晓鸣
ay4830az
谢晓鸣
[
{
"desc": "当每小时整点启动时",
"app_id": 128,
"action_type": "1",
"sort": "1",
"action_id": 491,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "2",
"action_id": 241,
"note": null
},
{
"desc": "对步骤中的数值字段进行计算(加减乘除)",
"app_id": 90,
"action_type": "2",
"sort": "3",
"action_id": 242,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "4",
"action_id": 665,
"note": null
},
{
"desc": "查询抖音视频列表数据",
"app_id": 94,
"action_type": "2",
"sort": "5",
"action_id": 2515,
"note": null
},
{
"desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"app_id": 89,
"action_type": "2",
"sort": "6",
"action_id": 241,
"note": null
},
{
"desc": "根据字段内容进行设置匹配关系",
"app_id": 148,
"action_type": "2",
"sort": "7",
"action_id": 665,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "8",
"action_id": 771,
"note": null
},
{
"desc": "根据选择数据表新增记录",
"app_id": 177,
"action_type": "2",
"sort": "9",
"action_id": 771,
"note": null
}
]
31
5
{
"1": [
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"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": "天"
}
]
}
],
"3": [
{
"label": "选择计算方式",
"key": "calculus_type",
"dropdown": true,
"required": true,
"choices": [
{
"value": "add",
"label": "加法"
},
{
"value": "sub",
"label": "减法"
},
{
"value": "mul",
"label": "乘法"
},
{
"value": "div",
"label": "除法"
}
]
},
{
"label": "输入计算字段",
"key": "numbers",
"multiples": true,
"required": true,
"help_txt": "可以选择上述步骤中的变量字段或者手动输入数值,也可以两者混合,可以在数值字段前输入负号- 转换数值正负,可以在数值字段后面增加小数点. 为数值添加小数点符合. 为数值增加小数位数。"
}
],
"4": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"5": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 200
},
{
"label": "筛选时间",
"key": "create_at",
"type": "string",
"help_txt": "筛选出创建时间在该时间之后的数据,示例:\"2022-07-10 12:10:30\""
}
],
"6": [
{
"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": "天"
}
]
}
],
"7": [
{
"label": "输入要查询的字段值",
"help_txt": "在这里输入要查询的字段",
"required": true,
"multiples": true,
"key": "oldfield",
"type": "text"
},
{
"label": "请输入字段查询表",
"key": "table",
"help_txt": "请在左边一列输入原字段值,右边一列输入此字段值对应的新字段值",
"type": "dict",
"required": true
},
{
"label": "无查询结果时返回值",
"key": "default",
"help_txt": "如果没有查询到结果返回一个默认参数",
"required": true,
"type": "string"
}
],
"8": [],
"9": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
],
"10": [
{
"key": "table_id",
"label": "选择数据表",
"dropdown": true,
"dynamic": true,
"required": true,
"choices": [
{
"key": "tbleDSZ87xPK50g0",
"label": "视频数据"
},
{
"key": "tblNPUddyYkcl0Yt",
"label": "搜索列表"
}
],
"help_txt": "请选择要添加数据的数据表"
}
]
}
[]
[]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 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": 53,
"name": "字段计算",
"description": "<p>字段计算是集简云的内置应用,可以在计算不同应用步骤直接的数值字段,例如做用户积分计算,总消费金额计算,活跃度计算等。</p>",
"popular": -21,
"published_at": "2021-10-25T03:27:48.000Z",
"created_at": "2021-10-25T03:27:45.000Z",
"updated_at": "2022-04-21T08:55:44.000Z",
"app_id": "90",
"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": 3484,
"name": "calculation.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "calculation_987343b533",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.36,
"url": "/uploads/calculation_987343b533.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:43.000Z",
"updated_at": "2022-04-21T08:55:43.000Z"
}
},
{
"id": 106,
"name": "字段查询",
"description": "<p>字段查询是集简云的一个内置应用,可做为执行应用使用。其主要功能是设置一个字段列表进行字段匹配关系查询。</p>",
"popular": -20,
"published_at": "2021-10-25T06:04:16.000Z",
"created_at": "2021-10-25T06:04:14.000Z",
"updated_at": "2022-08-10T03:32:26.000Z",
"app_id": "148",
"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": 3482,
"name": "ziduanchaxun.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "ziduanchaxun_1c0c5dd6d7",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.74,
"url": "/uploads/ziduanchaxun_1c0c5dd6d7.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:13.000Z",
"updated_at": "2022-04-21T08:55:13.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 151,
"name": "飞书云文档",
"description": "<p>飞书云文档支持多人协作编辑文档,内容实时云端同步,随时随地办公协作无压力。移动端独特的块级菜单,让你可以基于整段文字进行操作,阅读编辑更高效。</p>",
"popular": 197,
"published_at": "2021-12-28T02:58:48.000Z",
"created_at": "2021-12-28T02:48:57.000Z",
"updated_at": "2023-04-26T10:38:58.000Z",
"app_id": "177",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "在线文档",
"available": true,
"appid": null,
"website": "https://docs.feishu.cn/",
"video": null,
"videos": 37,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 4497,
"name": "feishuwendang.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "feishuwendang_e8be280536",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.98,
"url": "/uploads/feishuwendang_e8be280536.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-06-09T06:02:54.000Z",
"updated_at": "2022-06-09T06:02:54.000Z"
}
}
]
[
{
"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": 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": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2021-11-24T06:19:25.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 54,
"key": null,
"published_at": "2021-11-24T06:44:05.000Z",
"created_at": "2021-11-24T06:44:03.000Z",
"updated_at": "2023-08-14T09:05:48.000Z",
"action_id": "241",
"action_name": "日期时间格式调整",
"error": null,
"description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 56,
"key": null,
"published_at": "2021-11-24T06:44:54.000Z",
"created_at": "2021-11-24T06:44:52.000Z",
"updated_at": "2021-11-24T06:44:54.000Z",
"action_id": "242",
"action_name": "字段计算",
"error": null,
"description": "对步骤中的数值字段进行计算(加减乘除)",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 2778,
"key": null,
"published_at": "2022-07-27T09:28:35.000Z",
"created_at": "2022-07-27T09:28:35.000Z",
"updated_at": "2022-07-27T09:28:35.000Z",
"action_id": "2515",
"action_name": "查询视频列表",
"error": null,
"description": "查询抖音视频列表数据",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 414,
"key": null,
"published_at": "2021-11-30T05:50:15.000Z",
"created_at": "2021-11-30T05:50:12.000Z",
"updated_at": "2023-02-02T05:56:07.000Z",
"action_id": "491",
"action_name": "当每小时整点启动时",
"error": null,
"description": "当每小时整点启动时",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 538,
"key": null,
"published_at": "2021-11-30T07:42:19.000Z",
"created_at": "2021-11-30T07:42:17.000Z",
"updated_at": "2022-08-10T03:30:36.000Z",
"action_id": "665",
"action_name": "设置匹配关系",
"error": null,
"description": "根据字段内容进行设置匹配关系",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 643,
"key": null,
"published_at": "2022-01-18T10:40:48.000Z",
"created_at": "2022-01-18T10:40:46.000Z",
"updated_at": "2022-06-09T11:30:54.000Z",
"action_id": "771",
"action_name": "新增记录(多维表格)",
"error": null,
"description": "根据选择数据表新增记录",
"action_type": "action",
"app": null,
"template": null
}
]
[
{
"id": 44,
"title": "评论管理",
"sort": 3,
"scene": 10,
"published_at": "2022-12-08T09:27:55.000Z",
"created_at": "2022-12-08T09:27:54.000Z",
"updated_at": "2022-12-08T09:27:55.000Z",
"template": null,
"seo": []
}
]
[]
100+
100+
100+
29
71