Hi!
Using Apps Script, I'm sending information from Google Spreadsheets to Node-Red about cells that are edited by users (column, row, and the value of the edited cell).
Is there any sensible way to change the value of that cell in Spreadsheets from Node-Red?
I've tried using node-red-contrib-google-sheets, but I don't think it allows editing a cell by specifying its row and column.
It absolutely claims to be able to write as well as read.
I don't really use the Google office products so I'm rather rusty - when you define the service account, do you need to give it permissions to make changes?
Also, I note that the node has an example that you can load from the library that includes updating a single cell.