I have tried so many different ways, but as far as I understand all documentation, this should work. But it only passes "", and not the value 152 which is returned by the SQL query. This is the query I use (to get the current energy price from my price table):
SELECT TOP 1 cast(TotalPrice as numeric(8,0)) AS TotalPrice FROM insertTableName ORDER BY Date DESC, Hour DESC
I'm using v3.0.2 (Unraid, docker container) - Module: node-red-contrib-mssql-plus