We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad0ad4 commit c94a5dcCopy full SHA for c94a5dc
docs/tutorials/second-flow.md
@@ -68,7 +68,7 @@ Add wires connecting:
68
### 7. Add a Switch node
69
70
Add a Switch node to the workspace. Edit its properties and configure it to check
71
-the property `msg.payload.mag` with a test of `>=` and the value `7`. Click
+the property `msg.payload.mag` with a test of `>=` change it to test on a `number` and the value `7`. Click
72
Done to close.
73
74
Add a second wire from the CSV node to this Switch node.
@@ -101,6 +101,7 @@ messages like:
101
msg.payload : string(6)
102
"PANIC!"
103
104
+You could change the switch value of `7` to a smaller one to test your programm. Remember to click on deploy after the change.
105
***
106
107
### Summary
0 commit comments