-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathscript-example.json
84 lines (84 loc) · 1.93 KB
/
script-example.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
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"id": "a2419e44.1f3de",
"type": "tab",
"label": "Script Example Flow",
"disabled": false,
"info": "This flow is an example of using the script node to perform a script in FileMaker."
},
{
"id": "2c52d8d4.6b01",
"type": "debug",
"z": "a2419e44.1f3de",
"name": "debug",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"x": 490,
"y": 60,
"wires": []
},
{
"id": "729f9f70.7b6898",
"type": "inject",
"z": "a2419e44.1f3de",
"name": "",
"topic": "",
"payload": "{\"layout\":\"people\",\"script\":\"JSON Result\",\"parameter\":{\"droid\":\"R2-D2\"}}",
"payloadType": "json",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 110,
"y": 60,
"wires": [
[
"8849b6.cd16e648"
]
]
},
{
"id": "8849b6.cd16e648",
"type": "dapi-trigger-script",
"z": "a2419e44.1f3de",
"name": "",
"client": "ab7c3e95.99ab38",
"layout": "payload.layout",
"layoutType": "msg",
"script": "payload.script",
"scriptType": "msg",
"parameter": "",
"parameterType": "none",
"output": "payload.script",
"x": 300,
"y": 60,
"wires": [
[
"2c52d8d4.6b01"
]
]
},
{
"id": "1fd439.edaacbc7",
"type": "catch",
"z": "a2419e44.1f3de",
"name": "",
"scope": null,
"x": 320,
"y": 120,
"wires": [
[
"2c52d8d4.6b01"
]
]
},
{
"id": "ab7c3e95.99ab38",
"type": "dapi-client",
"z": "",
"name": "Example Client"
}
]