Just for info

Your plugin is already way more accessible than the LS backend and after all it's not what LS is made for!
I'm using it for a event registration.
The google form<->sheet integration "simply" recursively addresses columns/rows in a table sheet while survey is active. Awesome – if google form wasn't so limited.
So the user can:
- Work in it like excel rather than a DB. (editable helps here to a certain degree)
- Make columns invisible/visible on the fly.
- Add new columns in sheet with (not connected to the form raw data ofc) additional info/remarks/calculations for the corresponding response (row).
- Update raw response data (maybe with confirmation dialog).
- Add new responses
- Needs to be rock stable so user can't break things with column/field renaming etc.
- must work with simple responses and participants (token)
- super extra: scriptable interactive button to send invite/reminder/custom email on demand like in LS backend with tokens.
thanks!