Hi guys, i'm trying to work with node red since one week. Watching some videos was possible to have communication with the Rockell PLC, get the variables i need and got communication with the SQL Server.
I don't know how to "treat" the tags list from de flow below and send it to inside SQL server:
Since all your values come in to node-red as separate items, you will need to use a join node set to make a key/value object. That will get all your values in one object.
Also, if that is node-red-contrib-mssql you are using, I strongly recommend you replace it with node-red-contrib-mssql-plus there are many benefits not least including prepared procedures and parameters to simplify things and protect you from SQL injection.