mindsphere / node-red-contrib-mindconnect

Node-RED Agent for the MindConnect API (community driven project)
https://opensource.mindsphere.io/docs/node-red-contrib-mindconnect/index.html
MIT License
48 stars 1 forks source link

Typo in the sample flow for IDL upload #124

Closed peterandree closed 3 years ago

peterandree commented 3 years ago

Describe the bug A typo in the function node invalidates the flow,

To Reproduce Steps to reproduce the behavior: see screenshot

Expected behavior A clear and concise description of what you expected to happen.

Screenshots 2021-03-19 11_01_44-Window

Additional context in node "send new files to data lake" line 12 should be dataLakeFilePath: uploads/${new Date().getTime()}/${msg.payload}

(note the capital F in FilePath)

sn0wcat commented 3 years ago

thanks, i was in the middle of the editing, already fixed :)