I'm new to app script and coding in general.
I've written a script that uses an "on form submit" trigger to create a new folder in my drive, copy three (3) template files and drop them in there:
- Two (2) of these are spreadsheets and the other is a Slides presentation.
I have tables in the spreadsheets that I want to embed and have update automatically into the presentation.
It looks like I can only embed charts from a spreadsheet into a presentation. Is this true?
If so, can I call on certain cells in the spreadsheet and get their values; then, place those in a pre-made table on the slides presentation?
Any other workarounds that I may be missing?
My group does this process any where between 8-30 times a day, so any way to automate this part of it would save a lot of time!
Thanks!