We're currently trying to automate the 'updating' of data between Google Slides and Google Sheets. Currently within Google Slides, I have an imported linked table from Google Sheets. I'd hoped it was possible to trigger the updating of the data via Apps Script, but having difficulty in getting this to work. It appears to be possible via the API, but not necessarily through Apps Script.
Does anyone have a solution?
Thanks
I've just started to learn about that very thing.
I've been working with a slide presentation that has only images and text and here's a function I wrote yesterday to get me the objectId's of the text that i wanted to know how to update.
I played around a lot with the API explorer learning about how to setup the requests and just this morning began to have some success with it. I was able to delete all of the text of one slide and replace it with these two functions.
This is what the output looks like of the logSlidesAndElements() function
I know it's not very refined but it's taken me quite a lot of research to get this far and now I'm starting to see some hope at the end of the tunnel. I'm guessing that there are others on this site that know more than I but I noticed your question had been here a while so I thought I'd share my progress with you as I know how frustrating it can be.