bestlong / node-red-contrib-mssql-plus

A Node-RED node to read and write to Microsoft MS SQL Databases
MIT License
31 stars 18 forks source link

Using Environment Variables #65

Closed dresslerc closed 1 year ago

dresslerc commented 1 year ago

I set an Environment Variable on my flow

image

I am trying to pass this value to a Query, but no luck. Not sure if bug or I am screwing something up:

image

But in SQL, I just get blanks:

image

dresslerc commented 1 year ago

Thanks