Hi All, I am new to node red and am currently trying to use it as a gateway connection from a MS SQL server to Niagara 4, With the purpose of writing data from the MS SQL to the Niagara 4 station.
Currently I have successfully connected to the MS SQL server using node-red-contrib-mssql-plus and am running queries succesfully
I have also successfully connected to my Niagara 4 station using node-red-contrib-obix-niagara-connector and am writing to a numeric value successfully
Where i need help is how do i connect the two to push the data from the query to my Niagara 4 bix connection ?
Below is my flow, Currently the data being written to my Niagara 4 station is whatever the value is setup in the connector
Thankyou for anyone that can help !