QUESTION
How can I use PropertiesService to store an array from index.html, send the array to code.gs, and re
PropertiesService
index.html
code.gs
Using google.script.run simple example:
Google Script:
function myFunction() { PropertiesService.getScriptProperties().setProperty('MyString', string); return "String was saved in Service"; }