node-red-contrib-mssql-plus icon indicating copy to clipboard operation
node-red-contrib-mssql-plus copied to clipboard

Environment variables do not appear to be working ?

Open bakman2 opened this issue 2 years ago • 1 comments

On the flow tab I have set following environment vars:

SCR-20230915-hgnx

In config parameters SCR-20230915-hglj

I assume password can also be derived from the variables ? (not handy if you cannot actually what has been set).

Yet in the debug (note that the port should have become 14339 - tried both as number and string):

SCR-20230915-hgsj

bakman2 avatar Sep 15 '23 05:09 bakman2

please try {{xyz}}

Alternatively, use ${xyz} syntax (see here)

Steve-Mcl avatar Sep 15 '23 16:09 Steve-Mcl