generated from Randers-Kommune-Digitalisering/node-red-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check to see if recipient exists, else try to re-fetch
- Loading branch information
1 parent
0a0f5cf
commit 3b7944e
Showing
56 changed files
with
478 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
const Node = { | ||
"id": "1112b8b4e9f2eea8", | ||
"type": "change", | ||
"z": "812b69015d6703b6", | ||
"name": "", | ||
"rules": [ | ||
{ | ||
"t": "set", | ||
"p": "to", | ||
"pt": "msg", | ||
"to": "payload[0].rekvirentEmail", | ||
"tot": "msg" | ||
} | ||
], | ||
"action": "", | ||
"property": "", | ||
"from": "", | ||
"to": "", | ||
"reg": false, | ||
"x": 1610, | ||
"y": 280, | ||
"wires": [ | ||
[ | ||
"f727dac5213ca1a5" | ||
] | ||
] | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ const Node = { | |
"from": "", | ||
"to": "", | ||
"reg": false, | ||
"x": 240, | ||
"x": 260, | ||
"y": 100, | ||
"wires": [ | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
const Node = { | ||
"id": "8b70fcd9b28bbf7c", | ||
"type": "change", | ||
"z": "812b69015d6703b6", | ||
"name": "", | ||
"rules": [ | ||
{ | ||
"t": "set", | ||
"p": "to", | ||
"pt": "msg", | ||
"to": "rekvirent", | ||
"tot": "msg" | ||
} | ||
], | ||
"action": "", | ||
"property": "", | ||
"from": "", | ||
"to": "", | ||
"reg": false, | ||
"x": 1610, | ||
"y": 400, | ||
"wires": [ | ||
[ | ||
"0f64232962790e7b" | ||
] | ||
] | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
const Node = { | ||
"id": "986c728af760af84", | ||
"type": "change", | ||
"z": "812b69015d6703b6", | ||
"name": "", | ||
"rules": [ | ||
{ | ||
"t": "set", | ||
"p": "rekvisition.rekvirentDQ", | ||
"pt": "msg", | ||
"to": "rekvisition.rekvirentDQ ~> $exists() ? rekvisition.rekvirentDQ : payload[0].rekvirentDQ", | ||
"tot": "jsonata" | ||
} | ||
], | ||
"action": "", | ||
"property": "", | ||
"from": "", | ||
"to": "", | ||
"reg": false, | ||
"x": 1670, | ||
"y": 340, | ||
"wires": [ | ||
[ | ||
"1ec4bb1ffb9c38d1" | ||
] | ||
] | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
const Node = { | ||
"id": "4709edb47daedbed", | ||
"type": "comment", | ||
"z": "812b69015d6703b6", | ||
"name": "Tjek at rekvirent findes / Generhverv", | ||
"info": "", | ||
"x": 1680, | ||
"y": 80, | ||
"wires": [] | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
const Node = { | ||
"id": "9770439e9cb2360e", | ||
"type": "debug", | ||
"z": "812b69015d6703b6", | ||
"name": "ERROR: No recipient", | ||
"active": true, | ||
"tosidebar": true, | ||
"console": true, | ||
"tostatus": false, | ||
"complete": "true", | ||
"targetType": "full", | ||
"statusVal": "", | ||
"statusType": "auto", | ||
"x": 1650, | ||
"y": 460, | ||
"wires": [] | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ const Node = { | |
"e6c369b17567c2cd" | ||
], | ||
"x": 894, | ||
"y": 839 | ||
"y": 839, | ||
"w": 652, | ||
"h": 182 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,9 @@ const Node = { | |
"51e88ee4c4bd87b6" | ||
], | ||
"x": 994, | ||
"y": 519 | ||
"y": 519, | ||
"w": 362, | ||
"h": 122 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,9 @@ const Node = { | |
"509c897e0a2d5173" | ||
], | ||
"x": 234, | ||
"y": 79 | ||
"y": 79, | ||
"w": 302, | ||
"h": 82 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,9 @@ const Node = { | |
"4f5740da43b93a6f" | ||
], | ||
"x": 34, | ||
"y": 627 | ||
"y": 627, | ||
"w": 1392, | ||
"h": 194 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,9 @@ const Node = { | |
"f6af64afec29fa67" | ||
], | ||
"x": 634, | ||
"y": 279 | ||
"y": 279, | ||
"w": 292, | ||
"h": 82 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,9 @@ const Node = { | |
"d3cfd8aa12b70b6c" | ||
], | ||
"x": 34, | ||
"y": 387 | ||
"y": 387, | ||
"w": 1352, | ||
"h": 214 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,9 @@ const Node = { | |
"5c5584d6619398cf" | ||
], | ||
"x": 34, | ||
"y": 839 | ||
"y": 839, | ||
"w": 832, | ||
"h": 182 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,9 @@ const Node = { | |
"7dd62b5ba74bb531" | ||
], | ||
"x": 634, | ||
"y": 199 | ||
"y": 199, | ||
"w": 292, | ||
"h": 82 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ const Node = { | |
], | ||
"x": 1634, | ||
"y": 839, | ||
"w": 1072, | ||
"w": 1012, | ||
"h": 382 | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ const Node = { | |
"77c8aefc90ea6598" | ||
], | ||
"x": 534, | ||
"y": 1219 | ||
"y": 1219, | ||
"w": 652, | ||
"h": 182 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,9 @@ const Node = { | |
"98f7931ce6c5ae5f" | ||
], | ||
"x": 34, | ||
"y": 1039 | ||
"y": 1039, | ||
"w": 1052, | ||
"h": 162 | ||
} | ||
|
||
module.exports = Node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,9 @@ const Node = { | |
"8e22a2e7a40fa976" | ||
], | ||
"x": 924, | ||
"y": 199 | ||
"y": 199, | ||
"w": 502, | ||
"h": 162 | ||
} | ||
|
||
module.exports = Node; |
Oops, something went wrong.