NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

node-red-contrib-google-spreadsheet not fetching new data #83

Closed schieska closed 6 years ago

schieska commented 6 years ago

I am only getting changed data on restart of node-red server.

Klervix commented 6 years ago

Hi! I'm so sorry about that, I totally forgot to tell something about that point in documentation. To avoid multiple calls to Spreadsheet, the node uses a field (default: global._sheet) to stock data. It's the "Save" parameter of the node. So the node will request Sheets API only if this field is empty.

Two solutions:

Thanks for asking and tell me if I'm not clear :)