Hello, I am pretty new to nodered. however i found these points to be unclear and wanted to ask them here.
- Can we programatically trigger the addition of flows to the pallette? Let me explain a little, If i have a json like this for example, stored on a remote location, Is it possible to add this flow to the workspace programatically, upon an event lets say, without editing the main flows file?
[{"id":"9261b687.403138","type":"debug","z":"3e2accbd.7e7cb4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":550,"y":940,"wires":[]},{"id":"7fccbc37.33dff4","type":"inject","z":"3e2accbd.7e7cb4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":110,"y":920,"wires":[["197a3a53.6db906"]]},{"id":"197a3a53.6db906","type":"delay","z":"3e2accbd.7e7cb4","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":330,"y":960,"wires":[["9261b687.403138"]]}]
- Can i be linked to a page or an article which describes how the "id" is generated and used to refer a particular node ? (If they exist already, couldnt find them myself )