-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The node reset entire msg #9
Comments
You can see that the msg obj is recreated, in this file https://github.com/radu103/node-red-contrib-sap-hana/blob/master/table_monitor.js at line 85 |
Won't install on Node-RED v3.0.2 023-09-29T17:43:43.409Z Install : node-red-contrib-sap-hana 1.2.4 2023-09-29T17:43:43.476Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-sap-hana@1.2.4 |
please note that hana-client in node.js works on Node.Red hosted on linux machines/docker containers not on windows hosts |
Hi,
The node set the query result in msg.payload[0] object, but the entire msg object is emptied.
If i define a msg.data object in the input message of the node, in the output message msg.data is not present.
The topic is overvritten too (with the fixed string "RESULTS_IN_PAYLOAD").
Actually there are no way to use payload (or topic) data defined before use the node.
The text was updated successfully, but these errors were encountered: