@levon, or anyone at Zeroqode, is there a tutorial or any deeper documentation for your Google Sheets & Charts (Service) Plugin than can be found here:
Honestly, I feel like the provided documentation, including the accompanying editable demo app, are pretty lightweight. I’m able to write to a specific range in a gSheet (i.e. Sheet1!A2:Y2), but finding, say, the first empty row, searching for a specific row/range, deleting a row (vs. clearing a range) are all eluding me.
If you can point me in the direction of documentation, tutorial videos, etc. for this functionality, I’d very much appreciate it.
hi Jon,
thanks for your message.
I understand your pain, but unfortunately we don’t have a more in-depth tutorial on this plugin. We are trying our best to provide as much docs for our products, but it’s a bit difficult to keep up with the number of templates/plugins we are publishing. We are hiring more teammates to facilitate this but it’s a slow process I’m afraid:
those who are more technical and can figure things out with the docs that we already have might disagree with you. We are not misleading anyone about the available docs, you can see what’s already there and decide for yourself whether it’s sufficient or not.
I can imagine you have created more content on the Google Sheet Plugin in the meanwhile?
I want to push data of a text cell to the Google Sheet after pushing on the Submit Button, but it does not work. What are the differences between Read Value (V4), and Read Sheet Values etc? I cant find any guidance. The current tutorials available (https://docs.zeroqode.com/plugins/google-sheets-+-offline-plugin) are not covering this at all.
Not sure , if this is about updating plugin with more functionalities or it is about creating content for demo page?
As of right now the demo page, shows a good start of functionality to get into.
For updating data in your Sheets, there is a Update Row Action which is used for pushing new data to sheets rows.
Read Sheets Values (Data Call) is a legacy call - A given worksheet generally contains multiple rows, each containing multiple cells. You can request data from the worksheet either as a list-based feed (https://developers.google.com/sheets/api/v3/data)