Sorry to have to ask, but I am new to node-red and I am pulling my hair out with this one! I know it's not hard to do this, still, I just can't get it to work. I have a really simple flow, the image is below.
Basically I have a Rockwell PLC that is connected to node-red, the PLC data is coming into node-red correctly and it shows up exactly as it should in the log. I also have a valid connection to MySQL, so I believe the problem is with my insert into statement.
Sorry the image below is small, but I can only post two because I'm a newbee! If you click on it and click on it again it'll zoom up where there is much more information that could help.
If anyone can help me I'd gladly appreciate it, I have an important project to finish under a short deadline.
I'd even consider paid services for anyone who can solve this issue for me, sure, I know that it doesn't work that way on these forums, but this is really important for a water district.
And when I know how to do this I'll respond in turn for other users.
You have shown an image containing msg.topic = "...."
Where have you put that? It looks as if it should be in a function node, but there isn't a function node in your flow.