ozomer / node-red-contrib-mongodb2

MongoDB driver node for Node-RED
Apache License 2.0
15 stars 19 forks source link

User and password from a message #31

Open carlo161 opened 5 years ago

carlo161 commented 5 years ago

Hello, sorry for the bothering, is it possible to take the connection options (e.g. user and password) from a message sent by a previous node?

Thanks Carlo

ozomer commented 5 years ago

I will look into it when I'll have time. Meanwhile you can use the function node or the unsafe-function node to execute such complex logic.