-
Notifications
You must be signed in to change notification settings - Fork 15
/
custom_list_enumerate.json
71 lines (71 loc) · 1.88 KB
/
custom_list_enumerate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"create_time": "2021-03-24T13:38:50.951017+00:00",
"custom_function_id": "b7a89f44958aee7bbdb3054d43c06df9a2026370",
"description": "Fetch a custom list and iterate through the rows, producing a dictionary output for each row with the row number and the value for each column.",
"draft_mode": false,
"inputs": [
{
"contains_type": [],
"description": "the name or ID of a custom list",
"input_type": "item",
"name": "custom_list",
"placeholder": "my_custom_list"
}
],
"outputs": [
{
"contains_type": [],
"data_path": "*.row_num",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_0",
"description": ""
},
{
"contains_type": [
""
],
"data_path": "*.column_1",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_2",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_3",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_4",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_5",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_6",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_7",
"description": ""
},
{
"contains_type": [],
"data_path": "*.column_8",
"description": ""
}
],
"platform_version": "4.10.2.47587",
"python_version": "3"
}