I’m playing around with the Edge IO and node-red (which I am fairly new to) and attempting to integrate a Mettler Toledo balance and store the output into a table record.
Below is my node-red flow, the Serial In node is receiving the string output, then the format node is converting this string to a number value, which you can see from the debug window is working successfully.
Now I’m having trouble updating a record with this value, the error is with the request body, how do I send the msg from the format node to my specified table field “eysew_scale_value”?
Thanks in advance, any support would be appreciated!