Stwissel / node-red-contrib-salesforce

A set of Node-RED nodes to interact with Salesforce and Force.com
MIT License
10 stars 17 forks source link

Fix query variable scope on soql and sosl nodes #14

Closed dwindibank closed 6 years ago

dwindibank commented 6 years ago

query variable (var query = '';) was moved into the on 'input' anonymous function which means that is scoped to the current message (and not being shared between messages)