You can add all values from the array into a string, for example comma-separated. And send that string with AJAX request, say with "data" tag. Then you need to parse that string in the script and write each value into a new cell on the spreadsheet. It could look something like this:
pastebin.com/raw/k03h0i09
(Please note that I haven't tested it)
You can send a long string of values (an entire array if you wish) in the AJAX request, but you'll have to edit the Google Apps Script. It will need to parse that string and write all values correctly into the spreadsheet.
New debugger improvements and the fact that children in the hierarchy can now be picked in the same tick the parent is created is AWESOME! Thank you!
No I don't see them too. Logged a bug report.
You can read the explanation here:
construct3-21h2.ideas.aha.io/ideas/C321H2-I-7
I agree, best update of the year! so far :)
Same, crashes when pretty much any addon is installed..
Hey tarek2, skymen and others guys from the forum! Thanks for the encouragement and huge thanks for all the help I received and all things I learned from you over the years. Keep up making great games!
Thanks for providing this addon!
There are however a few issues with it:
1. Custom user ID setting has no effect. I checked the addon code and user_id is in fact not initialized. Also, it would be helpful if there was an action to set it.
2. Expressions like getRemoteConfigsValueAsString don't return any value.
3. The results from those expressions can be accessed from the callback function. However, only the old C2 runtime functions are supported. The new C3 functions don't work.
Thanks for this addon!
However, the code for config.xml doesn't work, I had to add the key to plist manually.
It's not JavaScript, it's in the script which is attached to the tutorial. Find that line in the script and change it - remove "+1" or something like that.
You can manually erase this data. Or if you need to do this with the script, edit this line:
var nextRow = sheet.getLastRow()+1;
Thanks for the tilemap improvements!
Hi,
I think you missed one "&" in front of "xxx"
Try this:
system -> set s to s & "&xxx=" &Enterxxx.text
I'm not sure how to do it with the gscript, but you can read the table data to Construct first and check if the name is unique before submitting it.
Member since 26 May, 2016